Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc189 struct Elf64 { struct
190 using Addr = uint64_t;
191 using Half = uint16_t;
192 using SHalf = int16_t;
193 using Off = uint64_t;
194 using Sword = int32_t;
195 using Word = uint32_t;
196 using Xword = uint64_t;
197 using Sxword = int64_t;
198 struct Ehdr {
[all …]
/external/google-breakpad/src/common/dwarf/
Delf_reader.h31 class Elf64; variable
Delf_reader.cc148 class Elf64 { class