Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dsynth_elf.h141 struct ElfSection : public Section { struct
142 ElfSection(const Section& section, uint32_t type, uint32_t addr, in ElfSection() argument
155 vector<ElfSection> sections_; argument
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py162 class ElfSection: class