Home
last modified time | relevance | path

Searched refs:elf_getshdrnum (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libelf/
Delf_getshdrnum.c73 elf_getshdrnum (Elf *elf, size_t *dst) in elf_getshdrnum() function
87 strong_alias (elf_getshdrnum, elf_getshnum)
Dlibelf.map134 elf_getshdrnum; elf_getshdrstrndx;
DMakefile.am93 elf_getphdrnum.c elf_getshdrnum.c elf_getshdrstrndx.c \
Dlibelf.h306 extern int elf_getshdrnum (Elf *__elf, size_t *__dst);
DChangeLog663 * elf_getshdrnum.c (__elf_getphdrnum_rdlock): Likewise.
665 * elf_getshdrnum.c (__elf_getshdrnum_rdlock): Likewise.
1211 elf_getshstrndx.c with elf_getshdrnum.c and elf_getshdrstrndx.c.
1213 * elf_getshdrnum.c: ...this. Rename function and add old name as
/external/elfutils/tests/
Delfshphehdr.c76 check_elf ("elf_getshdrnum", elf_getshdrnum (elf, &shnum) == 0); in test()
102 check_elf ("elf_getshdrnum", elf_getshdrnum (elf, &shnum) == 0); in test()
126 check_elf ("elf_getshdrnum", elf_getshdrnum (elf, &shnum) == 0); in test()
Delfcopy.c191 if (elf_getshdrnum (elfa, &shnum) < 0) in copy_elf()
Delfstrmerge.c251 if (elf_getshdrnum (elf, &shdrnum) != 0) in main()
/external/mesa3d/src/amd/common/
Dac_rtld.c337 report_elf_if(elf_getshdrnum(part->elf, &num_shdrs) < 0); in ac_rtld_open()
428 elf_getshdrnum(part->elf, &num_shdrs); in ac_rtld_open()
/external/elfutils/src/
Delfcmp.c209 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main()
212 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
Delfclassify.c282 if (elf_getshdrnum (elf, &nshdrs) != 0) in run_classify()
Dunstrip.c1392 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections()
1396 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1647 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections()
Delfcompress.c383 if (elf_getshdrnum (elf, &shnum) != 0) in process_file()
Dnm.c733 if (elf_getshdrnum (ebl->elf, &shnum) < 0) in show_symbols_sysv()
Dstrip.c1177 if (unlikely (elf_getshdrnum (elf, &shnum) < 0)) in handle_elf()
Dreadelf.c626 if (elf_getshdrnum (elf, &shnums) < 0) in open_input_section()
953 if (unlikely (elf_getshdrnum (ebl->elf, &shnum) < 0)) in process_elf_file()
1228 if (unlikely (elf_getshdrnum (ebl->elf, &sections) < 0)) in print_shdr()
1438 if (unlikely (elf_getshdrnum (ebl->elf, &sections) < 0)) in print_phdr()
DChangeLog576 * readelf.c (print_shdr): Get number of section with elf_getshdrnum.
3276 * elfcmp.c (main): Use elf_getshdrnum and elf_getphdrnum.
/external/elfutils/libdwfl/
Drelocate.c579 if (elf_getshdrnum (relocated, &shnums) < 0) in relocate_section()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp790 int rc = elf_getshdrnum(elf, &N); in find_only_SHT_HASH()
/external/elfutils/debuginfod/
Ddebuginfod.cxx2229 int rc = elf_getshdrnum (elf, &shnum); in elf_classify()
/external/elfutils/
DNEWS617 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
/external/elfutils/config/
Delfutils.spec.in774 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias