HomeSort by relevance Sort by last modified time
    Searched refs:ElfSection (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/linux/
synth_elf.h 141 struct ElfSection : public Section {
142 ElfSection(const Section& section, uint32_t type, uint32_t addr,
155 vector<ElfSection> sections_;
157 void AppendSection(ElfSection &section);
synth_elf.cc 116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label,
121 void ELF::AppendSection(ElfSection &section) {
201 for (vector<ElfSection>::iterator it = sections_.begin();
  /development/vndk/tools/vtable-dumper/
elf_handling.cpp 102 for (const SectionRef &ElfSection : mObj->sections()) {
104 mObj->getSection(ElfSection.getRawDataRefImpl());
112 mRelSectionRefs.emplace_back(ElfSection);
115 mProgBitSectionRefs.emplace_back(ElfSection);
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 162 class ElfSection:
299 s = ElfSection(f)
    [all...]

Completed in 472 milliseconds