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

/external/chromium_org/v8/src/
H A Dgdb-jit.cc169 class ELFStringTable;
315 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
415 class ELFStringTable : public ELFSection { class in namespace:v8
417 explicit ELFStringTable(const char* name) function in class:v8::ELFStringTable
465 ELFStringTable* strtab) {
608 sections_.Add(new(zone) ELFStringTable(".shstrtab"), zone);
696 ELFStringTable* strtab = static_cast<ELFStringTable*>(SectionAt(1));
812 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) {
851 ELFStringTable* strta
[all...]

Completed in 236 milliseconds