HomeSort by relevance Sort by last modified time
    Searched defs:ElfSection (Results 1 - 2 of 2) 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);
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 162 class ElfSection:
299 s = ElfSection(f)
    [all...]

Completed in 145 milliseconds