Searched refs:strtab (Results 1 – 2 of 2) sorted by relevance
307 std::string strtab; in Write() local309 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() argument705 builder->section_.sh_name = strtab->size(); in AssignSectionStr()706 *strtab += builder->name_; in AssignSectionStr()707 *strtab += '\0'; in AssignSectionStr()
293 void AssignSectionStr(ElfSectionBuilder *builder, std::string* strtab);