Searched refs:elfclass (Results 1 – 7 of 7) sorted by relevance
103 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() argument109 *elfclass = ELFCLASS64; in auxv_format_probe()116 *elfclass = ELFCLASS32; in auxv_format_probe()223 addrsize (uint_fast8_t elfclass) in addrsize() argument225 return elfclass * 4; in addrsize()248 uint_fast8_t elfclass, uint_fast8_t elfdata, in read_addrs() argument253 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ in read_addrs()275 if (elfclass == ELFCLASS32) in read_addrs()310 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() argument317 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug()[all …]
324 const int elfclass = frame->cache->e_ident[EI_CLASS]; in expr_eval() local325 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; in expr_eval()
56 int elfclass = elf->class; in elf_compress_gnu() local62 if (elfclass == ELFCLASS32) in elf_compress_gnu()123 if (elfclass == ELFCLASS32) in elf_compress_gnu()188 if (elfclass == ELFCLASS32) in elf_compress_gnu()
295 int elfclass = scn->elf->class; in __libelf_decompress_elf() local296 size_t hsize = (elfclass == ELFCLASS32 in __libelf_decompress_elf()359 int elfclass = elf->class; in elf_compress() local365 if (elfclass == ELFCLASS32) in elf_compress()408 size_t hsize = (elfclass == ELFCLASS32 in elf_compress()424 if (elfclass == ELFCLASS32) in elf_compress()457 if (elfclass == ELFCLASS32) in elf_compress()508 if (elfclass == ELFCLASS32) in elf_compress()
360 int elfclass = gelf_getclass (ebl->elf); in ebl_object_note() local375 if ((elfclass == ELFCLASS32 && prop.pr_datasz == 4) in ebl_object_note()376 || (elfclass == ELFCLASS64 && prop.pr_datasz == 8)) in ebl_object_note()383 out.d_buf = (elfclass == ELFCLASS32 in ebl_object_note()393 if (elfclass == ELFCLASS32) in ebl_object_note()567 if (elfclass == ELFCLASS32) in ebl_object_note()
1054 int elfclass = ElfClass(obj_file); in ReadSymbolDataInternal() local1055 if (elfclass == ELFCLASS32) { in ReadSymbolDataInternal()1060 if (elfclass == ELFCLASS64) { in ReadSymbolDataInternal()1104 int elfclass = ElfClass(elf_header); in WriteSymbolFileHeader() local1106 if (elfclass == ELFCLASS32) { in WriteSymbolFileHeader()1113 } else if (elfclass == ELFCLASS64) { in WriteSymbolFileHeader()
349 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x() local353 elfclass == ELFCLASS32 ? 8 : 16, r_offset, in show_relocs_x()475 int elfclass = gelf_getclass (ebl->elf); in show_relocs() local501 elfclass == ELFCLASS32 ? 8 : 16, _("OFFSET")); in show_relocs()