HomeSort by relevance Sort by last modified time
    Searched full:__elf_getphdrnum_rdlock (Results 1 - 7 of 7) sorted by null

  /external/elfutils/libelf/
elf_getphdrnum.c 42 __elf_getphdrnum_rdlock (Elf *elf, size_t *dst) function
85 int result = __elf_getphdrnum_rdlock (elf, dst);
gelf_update_phdr.c 86 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
123 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
elf32_getphdr.c 76 if (__elf_getphdrnum_rdlock (elf, &phnum) != 0)
ChangeLog 141 * elf_getphdrnum.c (__elf_getphdrnum_rdlock): Likewise.
143 * elf_getshdrnum.c (__elf_getphdrnum_rdlock): Likewise.
374 __elf_getphdrnum_rdlock result.
394 * elf_getphdrnum.c (__elf_getphdrnum_rdlock): Check section zero
634 * elf32_getphdr.c: Use __elf_getphdrnum_rdlock.
647 * libelfP.h: Declare __elf_getphdrnum_rdlock.
    [all...]
elf32_updatefile.c 171 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
571 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
elf32_updatenull.c 159 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
libelfP.h 529 extern int __elf_getphdrnum_rdlock (Elf *__elf, size_t *__dst)

Completed in 975 milliseconds