Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc307 std::string strtab; in Write() local
309 strtab = symtab_builder_.GenerateStrtab(); in Write()
311 LOG(INFO) << "strtab size (bytes) =" << strtab.size() in Write()
312 << std::hex << " " << strtab.size(); in Write()
461 symtab_builder_.strtab_.section_.sh_size = strtab.size(); in Write()
587 strtab.c_str(), strtab.size())); in Write()
704 ElfSectionBuilder* builder, std::string* strtab) { in AssignSectionStr() argument
705 builder->section_.sh_name = strtab->size(); in AssignSectionStr()
706 *strtab += builder->name_; in AssignSectionStr()
707 *strtab += '\0'; in AssignSectionStr()
Delf_writer_quick.h293 void AssignSectionStr(ElfSectionBuilder *builder, std::string* strtab);