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.h140 struct ElfSection : public Section { struct
141 ElfSection(const Section& section, uint32_t type, uint32_t addr, in ElfSection() function
154 vector<ElfSection> sections_; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation() local
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py162 class ElfSection: class