Searched refs:elf_getshdrnum (Results 1 – 22 of 22) sorted by relevance
/external/elfutils/libelf/ |
D | elf_getshdrnum.c | 73 elf_getshdrnum (Elf *elf, size_t *dst) in elf_getshdrnum() function 87 strong_alias (elf_getshdrnum, elf_getshnum)
|
D | libelf.map | 134 elf_getshdrnum; elf_getshdrstrndx;
|
D | Makefile.am | 93 elf_getphdrnum.c elf_getshdrnum.c elf_getshdrstrndx.c \
|
D | libelf.h | 306 extern int elf_getshdrnum (Elf *__elf, size_t *__dst);
|
D | ChangeLog | 663 * 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/ |
D | elfshphehdr.c | 76 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()
|
D | elfcopy.c | 191 if (elf_getshdrnum (elfa, &shnum) < 0) in copy_elf()
|
D | elfstrmerge.c | 251 if (elf_getshdrnum (elf, &shdrnum) != 0) in main()
|
/external/mesa3d/src/amd/common/ |
D | ac_rtld.c | 337 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/ |
D | elfcmp.c | 209 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main() 212 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
|
D | elfclassify.c | 282 if (elf_getshdrnum (elf, &nshdrs) != 0) in run_classify()
|
D | unstrip.c | 1392 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()
|
D | elfcompress.c | 383 if (elf_getshdrnum (elf, &shnum) != 0) in process_file()
|
D | nm.c | 733 if (elf_getshdrnum (ebl->elf, &shnum) < 0) in show_symbols_sysv()
|
D | strip.c | 1177 if (unlikely (elf_getshdrnum (elf, &shnum) < 0)) in handle_elf()
|
D | readelf.c | 626 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, §ions) < 0)) in print_shdr() 1438 if (unlikely (elf_getshdrnum (ebl->elf, §ions) < 0)) in print_phdr()
|
D | ChangeLog | 576 * readelf.c (print_shdr): Get number of section with elf_getshdrnum. 3276 * elfcmp.c (main): Use elf_getshdrnum and elf_getphdrnum.
|
/external/elfutils/libdwfl/ |
D | relocate.c | 579 if (elf_getshdrnum (relocated, &shnums) < 0) in relocate_section()
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 790 int rc = elf_getshdrnum(elf, &N); in find_only_SHT_HASH()
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 2229 int rc = elf_getshdrnum (elf, &shnum); in elf_classify()
|
/external/elfutils/ |
D | NEWS | 617 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
|
/external/elfutils/config/ |
D | elfutils.spec.in | 774 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
|