Searched refs:bss_index (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | elf_builder.h | 716 Elf_Word bss_index = rodata_index + 1u + (text_size != 0 ? 1u : 0u); in PrepareDynamicSection() local 718 dynsym_.Add(oatbss, bss_index, bss_address, bss_roots_offset, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 727 oatbssroots, bss_index, bss_methods_address, bss_methods_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 735 oatbssroots, bss_index, bss_roots_address, bss_roots_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection() 739 dynsym_.Add(oatbsslastword, bss_index, bsslastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
|