Home
last modified time | relevance | path

Searched refs:elfclass (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/libdwfl/
Dlink_map.c102 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() argument
108 *elfclass = ELFCLASS64; in auxv_format_probe()
115 *elfclass = ELFCLASS32; in auxv_format_probe()
222 addrsize (uint_fast8_t elfclass) in addrsize() argument
224 return elfclass * 4; in addrsize()
247 uint_fast8_t elfclass, uint_fast8_t elfdata, in read_addrs() argument
252 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ in read_addrs()
274 if (elfclass == ELFCLASS32) in read_addrs()
309 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() argument
316 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug()
[all …]
Dframe_unwind.c313 const int elfclass = frame->cache->e_ident[EI_CLASS]; in expr_eval() local
314 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; in expr_eval()
/third_party/elfutils/tests/
Drun-large-elf-file.sh31 elfclass=64
33 && elfclass=32
34 echo elfclass: $elfclass
35 if test $elfclass -ne 64; then
/third_party/elfutils/libelf/
Delf_compress.c293 int elfclass = scn->elf->class; in __libelf_decompress_elf() local
294 size_t hsize = (elfclass == ELFCLASS32 in __libelf_decompress_elf()
357 int elfclass = elf->class; in elf_compress() local
363 if (elfclass == ELFCLASS32) in elf_compress()
406 size_t hsize = (elfclass == ELFCLASS32 in elf_compress()
422 if (elfclass == ELFCLASS32) in elf_compress()
455 if (elfclass == ELFCLASS32) in elf_compress()
506 if (elfclass == ELFCLASS32) in elf_compress()
Delf_compress_gnu.c56 int elfclass = elf->class; in elf_compress_gnu() local
62 if (elfclass == ELFCLASS32) in elf_compress_gnu()
123 if (elfclass == ELFCLASS32) in elf_compress_gnu()
188 if (elfclass == ELFCLASS32) in elf_compress_gnu()
/third_party/elfutils/libebl/
Deblobjnote.c364 int elfclass = gelf_getclass (ebl->elf); in ebl_object_note() local
379 if ((elfclass == ELFCLASS32 && prop.pr_datasz == 4) in ebl_object_note()
380 || (elfclass == ELFCLASS64 && prop.pr_datasz == 8)) in ebl_object_note()
387 out.d_buf = (elfclass == ELFCLASS32 in ebl_object_note()
397 if (elfclass == ELFCLASS32) in ebl_object_note()
571 if (elfclass == ELFCLASS32) in ebl_object_note()
/third_party/elfutils/src/
Dobjdump.c348 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x() local
352 elfclass == ELFCLASS32 ? 8 : 16, r_offset, in show_relocs_x()
474 int elfclass = gelf_getclass (ebl->elf); in show_relocs() local
500 elfclass == ELFCLASS32 ? 8 : 16, _("OFFSET")); in show_relocs()