Searched defs:ELFSection (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dgdb-jit.cc52 class ELFSection;
54 typedef ELFSection DebugSection;
302 class ELFSection : public DebugSectionBase<ELFSectionHeader> { class in namespace:v8
334 ELFSection(const char* name, Type type, uintptr_t align) function in class:v8::ELFSection
337 virtual ~ELFSection() { }
407 class FullHeaderELFSection : public ELFSection {
416 : ELFSection(name, type, align),
424 ELFSection::PopulateHeader(header);
439 class StringTable : public ELFSection {
442 : ELFSection(nam
[all...]

Completed in 248 milliseconds