Home
last modified time | relevance | path

Searched refs:oatlastword_address (Results 1 – 1 of 1) sorted by relevance

/art/libelffile/elf/
Delf_builder.h664 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection() local
665 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
669 Elf_Word oatlastword_address = rodata_.GetAddress() + rodata_size - 4; in PrepareDynamicSection() local
670 dynsym_.Add(oatlastword, &rodata_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()