Searched refs:oatlastword_address (Results 1 – 1 of 1) sorted by relevance
/art/compiler/linker/ |
D | elf_builder.h | 730 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection() local 731 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 735 Elf_Word oatlastword_address = rodata_.GetAddress() + rodata_size - 4; in PrepareDynamicSection() local 736 dynsym_.Add(oatlastword, &rodata_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
|