Home
last modified time | relevance | path

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

/art/compiler/linker/
Delf_builder.h730 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()