Home
last modified time | relevance | path

Searched refs:elf_class (Results 1 – 3 of 3) 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/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc153 int elf_class; in ElfFileSoNameFromMappedFile() local
155 &segment_start, &segment_size, &elf_class)) { in ElfFileSoNameFromMappedFile()
163 &dynstr_start, &dynstr_size, &elf_class)) { in ElfFileSoNameFromMappedFile()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2355 int elf_class = cfi.AddressSize() == 4 ? ELFCLASS32 : ELFCLASS64; in WriteELFFrameSection() local
2362 .D8(elf_class) // 32-bit or 64-bit ELF in WriteELFFrameSection()
2377 .D16(elf_class == ELFCLASS32 ? 32 : 56) // program header entry size in WriteELFFrameSection()
2379 .D16(elf_class == ELFCLASS32 ? 40 : 64) // section header entry size in WriteELFFrameSection()