ELFSection 54 src/gdb-jit.cc typedef ELFSection DebugSection;
ELFSection 334 src/gdb-jit.cc ELFSection(const char* name, Type type, uintptr_t align)
ELFSection 407 src/gdb-jit.cc class FullHeaderELFSection : public ELFSection {
ELFSection 424 src/gdb-jit.cc ELFSection::PopulateHeader(header);
ELFSection 439 src/gdb-jit.cc class StringTable : public ELFSection {
ELFSection 488 src/gdb-jit.cc void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header,
ELFSection 631 src/gdb-jit.cc sections_.Add(new ELFSection("", ELFSection::TYPE_NULL, 0));
ELFSection 641 src/gdb-jit.cc ELFSection* SectionAt(uint32_t index) {
ELFSection 706 src/gdb-jit.cc header->sht_entry_size = sizeof(ELFSection::Header);
ELFSection 715 src/gdb-jit.cc Writer::Slot<ELFSection::Header> headers =
ELFSection 716 src/gdb-jit.cc w->CreateSlotsHere<ELFSection::Header>(sections_.length());
ELFSection 730 src/gdb-jit.cc return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;
ELFSection 734 src/gdb-jit.cc Writer::Slot<ELFSection::Header> headers =
ELFSection 735 src/gdb-jit.cc w->SlotAt<ELFSection::Header>(sizeof(ELFHeader));
ELFSection 744 src/gdb-jit.cc ZoneList<ELFSection*> sections_;
ELFSection 853 src/gdb-jit.cc class ELFSymbolTable : public ELFSection {
ELFSection 896 src/gdb-jit.cc ELFSection::PopulateHeader(header);
ELFSection 1034 src/gdb-jit.cc ELFSection::INDEX_ABSOLUTE));
ELFSection 1926 src/gdb-jit.cc ELFSection::TYPE_NOBITS,
ELFSection 1931 src/gdb-jit.cc ELFSection::FLAG_ALLOC | ELFSection::FLAG_EXEC));