Home
last modified time | relevance | path

Searched refs:elf_class (Results 1 – 8 of 8) sorted by relevance

/external/bcc/src/cc/
Dbcc_elf.c61 const char *desc, int elf_class) { in parse_stapsdt_note() argument
62 if (elf_class == ELFCLASS32) { in parse_stapsdt_note()
86 static int do_note_segment(Elf_Scn *section, int elf_class, in do_note_segment() argument
113 if (parse_stapsdt_note(&probe, desc, elf_class) == desc_end) { in do_note_segment()
130 int elf_class = gelf_getclass(e); in listprobes() local
163 if (do_note_segment(section, elf_class, callback, binpath, in listprobes()
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init() local
172 if (elf_class != kElfClass) { in Init()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2487 int elf_class = cfi.AddressSize() == 4 ? ELFCLASS32 : ELFCLASS64; in WriteELFFrameSection() local
2494 .D8(elf_class) // 32-bit or 64-bit ELF in WriteELFFrameSection()
2509 .D16(elf_class == ELFCLASS32 ? 32 : 56) // program header entry size in WriteELFFrameSection()
2511 .D16(elf_class == ELFCLASS32 ? 40 : 64) // section header entry size in WriteELFFrameSection()