Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Delf.h52 struct Elf32 { struct
53 using Addr = uint32_t;
54 using Half = uint16_t;
55 using Off = uint32_t;
56 using Sword = int32_t;
57 using Word = uint32_t;
58 struct Ehdr {
74 struct Shdr {
86 struct Nhdr {
91 struct Phdr {
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Delf_reader.h31 class Elf32; variable
H A Delf_reader.cc130 class Elf32 { class
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc51 class Elf32 { class