Home
last modified time | relevance | path

Searched defs:Elf64 (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/elf/
Delf.h102 struct Elf64 { struct
103 using Addr = uint64_t;
104 using Half = uint16_t;
105 using SHalf = int16_t;
106 using Off = uint64_t;
107 using Sword = int32_t;
108 using Word = uint32_t;
109 using Xword = uint64_t;
110 using Sxword = int64_t;
111 struct Ehdr {
[all …]
/external/perfetto/src/profiling/symbolizer/
Delf.h103 struct Elf64 { struct
104 using Addr = uint64_t;
105 using Half = uint16_t;
106 using SHalf = int16_t;
107 using Off = uint64_t;
108 using Sword = int32_t;
109 using Word = uint32_t;
110 using Xword = uint64_t;
111 using Sxword = int64_t;
112 struct Ehdr {
[all …]
/external/crosvm/kernel_loader/src/
Dlib.rs254 struct Elf64 { struct
255 file_header: elf::Elf64_Ehdr, argument
256 program_headers: Vec<elf::Elf64_Phdr>, argument
/external/google-breakpad/src/common/dwarf/
Delf_reader.h32 class Elf64; variable
Delf_reader.cc159 class Elf64 { class