Searched refs:elf_getshdrnum (Results 1 – 19 of 19) 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 | Android.bp | 68 "elf_getshdrnum.c",
|
D | Makefile.am | 83 elf_getphdrnum.c elf_getshdrnum.c elf_getshdrstrndx.c \
|
D | libelf.h | 280 extern int elf_getshdrnum (Elf *__elf, size_t *__dst);
|
D | ChangeLog | 143 * elf_getshdrnum.c (__elf_getphdrnum_rdlock): Likewise. 145 * elf_getshdrnum.c (__elf_getshdrnum_rdlock): Likewise. 691 elf_getshstrndx.c with elf_getshdrnum.c and elf_getshdrstrndx.c. 693 * 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 | elfstrmerge.c | 250 if (elf_getshdrnum (elf, &shdrnum) != 0) in main()
|
/external/elfutils/src/ |
D | elfcmp.c | 211 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main() 214 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
|
D | unstrip.c | 1291 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections() 1295 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections() 1528 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections()
|
D | elfcompress.c | 377 if (elf_getshdrnum (elf, &shnum) != 0) in process_file()
|
D | nm.c | 747 if (elf_getshdrnum (ebl->elf, &shnum) < 0) in show_symbols_sysv()
|
D | ldgeneric.c | 649 if (elf_getshdrnum (fileinfo->elf, &shnum) < 0) in check_definition() 1110 if (unlikely (elf_getshdrnum (fileinfo->elf, &scncnt) < 0)) in add_relocatable_file() 1612 assert (elf_getshdrnum (fileinfo->elf, &shnum) == 0); in add_relocatable_file()
|
D | strip.c | 587 if (unlikely (elf_getshdrnum (elf, &shnum) < 0)) in handle_elf()
|
D | readelf.c | 534 if (elf_getshdrnum (elf, &shnums) < 0) in open_input_section() 850 if (unlikely (elf_getshdrnum (ebl->elf, &shnum) < 0)) in process_elf_file()
|
D | ChangeLog | 1807 * elfcmp.c (main): Use elf_getshdrnum and elf_getphdrnum.
|
/external/elfutils/libdwfl/ |
D | relocate.c | 551 if (elf_getshdrnum (relocated, &shnums) < 0) in relocate_section()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 475 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
|
/external/elfutils/ |
D | NEWS | 326 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
|