Searched refs:text_index (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | elf_builder.h | 702 Elf_Word text_index = rodata_index + 1u; in PrepareDynamicSection() local 704 dynsym_.Add(oatexec, text_index, text_address, text_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 707 dynsym_.Add(oatlastword, text_index, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
|