Home
last modified time | relevance | path

Searched defs:ElfSection (Results 1 – 3 of 3) 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-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp81 object::ELFSectionRef ElfSection(Section); in fillSectionInformation() local
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py162 class ElfSection: class