Searched refs:oatlastword_address (Results 1 – 1 of 1) sorted by relevance
/art/libelffile/elf/ |
D | elf_builder.h | 664 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()
|