Searched refs:ELFStringTable (Results 1 – 1 of 1) sorted by relevance
175 class ELFStringTable;319 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);415 class ELFStringTable : public ELFSection { class417 explicit ELFStringTable(const char* name) in ELFStringTable() function in v8::internal::GDBJITInterface::ELFStringTable465 ELFStringTable* strtab) { in PopulateHeader()611 sections_.push_back(new (zone) ELFStringTable(".shstrtab")); in ELF()721 ELFStringTable* strtab = static_cast<ELFStringTable*>(SectionAt(1)); in WriteSectionTable()838 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) const { in Write()877 ELFStringTable* strtab = in WriteBody()878 static_cast<ELFStringTable*>(w->debug_object()->SectionAt(index() + 1)); in WriteBody()[all …]