Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h674 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection() local
675 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
679 Elf_Word oatlastword_address = rodata_.GetAddress() + rodata_size - 4; in PrepareDynamicSection() local
680 dynsym_.Add(oatlastword, &rodata_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()