Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h648 dynsym_.Add(oatdata, rodata_index, rodata_address, rodata_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
652 dynsym_.Add(oatexec, text_index, text_address, text_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
655 dynsym_.Add(oatlastword, text_index, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
660 dynsym_.Add(oatlastword, rodata_index, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
665 dynsym_.Add(oatbss, bss_index, bss_address, bss_size, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
668 dynsym_.Add(oatbsslastword, bss_index, bsslastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
/art/runtime/
Delf.h1458 STT_OBJECT = 1, // Symbol is a data object (variable, array, etc.) enumerator