Searched refs:elf_class (Results 1 – 8 of 8) sorted by relevance
61 const char *desc, int elf_class) { in parse_stapsdt_note() argument62 if (elf_class == ELFCLASS32) { in parse_stapsdt_note()86 static int do_note_segment(Elf_Scn *section, int elf_class, in do_note_segment() argument113 if (parse_stapsdt_note(&probe, desc, elf_class) == desc_end) { in do_note_segment()130 int elf_class = gelf_getclass(e); in listprobes() local163 if (do_note_segment(section, elf_class, callback, binpath, in listprobes()
171 int elf_class = base_as_char[EI_CLASS]; in Init() local172 if (elf_class != kElfClass) { in Init()
2487 int elf_class = cfi.AddressSize() == 4 ? ELFCLASS32 : ELFCLASS64; in WriteELFFrameSection() local2494 .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()