Home
last modified time | relevance | path

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

/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/google-breakpad/src/common/dwarf/
Delf_reader.h31 class Elf64; variable
Delf_reader.cc148 class Elf64 { class