Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc179 class ELFStringTable;
313 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
400 class ELFStringTable : public ELFSection { class
402 explicit ELFStringTable(const char* name) in ELFStringTable() function in v8::internal::GDBJITInterface::ELFStringTable
449 ELFStringTable* strtab) { in PopulateHeader()
588 sections_.push_back(zone->New<ELFStringTable>(".shstrtab")); in ELF()
696 ELFStringTable* strtab = static_cast<ELFStringTable*>(SectionAt(1)); in WriteSectionTable()
794 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) const { in Write()
832 ELFStringTable* strtab = in WriteBody()
833 static_cast<ELFStringTable*>(w->debug_object()->SectionAt(index() + 1)); in WriteBody()
[all …]