Searched refs:ElfSection (Results 1 - 3 of 3) sorted by relevance
/external/google-breakpad/src/common/linux/ | ||
H A D | synth_elf.h | 141 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 §ion); |
H A D | synth_elf.cc | 116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label, 121 void ELF::AppendSection(ElfSection §ion) { 201 for (vector<ElfSection>::iterator it = sections_.begin(); |
/external/llvm/test/tools/llvm-readobj/Inputs/ | ||
H A D | relocs.py | 162 class ElfSection: class in inherits: 299 s = ElfSection(f) |
Completed in 98 milliseconds