Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc171 class ELFStringTable;
317 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
413 class ELFStringTable : public ELFSection { class
415 explicit ELFStringTable(const char* name) in ELFStringTable() function in v8::internal::GDBJITInterface::ELFStringTable
463 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 …]