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

/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h141 struct ElfSection : public Section { struct in class:google_breakpad::synth_elf::ELF
142 ElfSection(const Section& section, uint32_t type, uint32_t addr, function in struct:google_breakpad::synth_elf::ELF::ElfSection
155 vector<ElfSection> sections_;
157 void AppendSection(ElfSection &section);
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py162 class ElfSection: class in inherits:
299 s = ElfSection(f)

Completed in 193 milliseconds