Searched refs:__elf_getphdrnum_rdlock (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libelf/
H A Delf_getphdrnum.c42 __elf_getphdrnum_rdlock (Elf *elf, size_t *dst) function
85 int result = __elf_getphdrnum_rdlock (elf, dst);
H A Dgelf_update_phdr.c86 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
123 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
H A Delf32_getphdr.c76 if (__elf_getphdrnum_rdlock (elf, &phnum) != 0)
H A Delf32_updatenull.c159 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
H A DlibelfP.h529 extern int __elf_getphdrnum_rdlock (Elf *__elf, size_t *__dst)
H A Delf32_updatefile.c171 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
571 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))

Completed in 192 milliseconds