Searched defs:strtab (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/
H A Delf_symtab_writer.h43 auto* strtab = builder->GetStrTab(); local
59 strtab->Start();
60 strtab->Write(""); // strtab should start with empty string.
69 name_offset = strtab->Write(info.trampoline_name);
77 name_offset = (name == last_name ? last_name_offset : strtab->Write(name));
94 symtab->Add(strtab->Write("$t"), text, address & ~1, 0, STB_LOCAL, STT_NOTYPE);
99 strtab->End();
/art/compiler/
H A Delf_builder.h47 // .strtab - Names for .symtab.
70 // and buffer the smaller one (e.g. .strtab is bigger than .symtab).
302 // Writer of .strtab and .shstrtab sections.
341 Section* strtab)
346 strtab,
474 strtab_(this, ".strtab", 0, 1),
337 SymbolSection(ElfBuilder<ElfTypes>* owner, const std::string& name, Elf_Word type, Elf_Word flags, Section* strtab) argument

Completed in 56 milliseconds