Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A 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
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.h72 struct ElfSection { struct
95 virtual std::vector<ElfSection> GetSectionHeader() = 0; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation() local
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py162 class ElfSection: class