Searched refs:ELFStringTable (Results 1 – 1 of 1) sorted by relevance
171 class ELFStringTable;317 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);413 class ELFStringTable : public ELFSection { class415 explicit ELFStringTable(const char* name) in ELFStringTable() function in v8::internal::GDBJITInterface::ELFStringTable463 ELFStringTable* strtab) { in PopulateHeader()607 sections_.Add(new(zone) ELFStringTable(".shstrtab"), zone); in ELF()707 ELFStringTable* strtab = static_cast<ELFStringTable*>(SectionAt(1)); in WriteSectionTable()824 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) { in Write()863 ELFStringTable* strtab = in WriteBody()864 static_cast<ELFStringTable*>(w->debug_object()->SectionAt(index() + 1)); in WriteBody()[all …]