Searched refs:dynsym_ (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | elf_builder.h | 499 dynsym_(".dynsym", SHT_DYNSYM, SHF_ALLOC, &dynstr_), in ElfBuilder() 500 hash_(".hash", SHF_ALLOC, &dynsym_), in ElfBuilder() 609 sections.push_back(&dynsym_); in Write() 906 dynamic_.AddDynamicTag(DT_SYMTAB, 0, &dynsym_); in BuildDynamicSection() 913 dynsym_.AddSymbol("oatdata", &rodata_, 0, true, in BuildDynsymSection() 915 dynsym_.AddSymbol("oatexec", &text_, 0, true, in BuildDynsymSection() 917 dynsym_.AddSymbol("oatlastword", &text_, text_.GetSize() - 4, in BuildDynsymSection() 920 dynsym_.AddSymbol("oatbss", &bss_, 0, true, in BuildDynsymSection() 922 dynsym_.AddSymbol("oatbsslastword", &bss_, bss_.GetSize() - 4, in BuildDynsymSection() 929 SymtabSection dynsym_; variable
|