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

  /external/elfutils/0.153/libelf/
elf_getphdrnum.c 62 __elf_getphdrnum_rdlock (elf, dst) function
112 result = __elf_getphdrnum_rdlock (elf, dst);
gelf_getphdr.c 106 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
148 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
gelf_update_phdr.c 107 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
144 || __elf_getphdrnum_rdlock (elf, &phnum) != 0
elf32_getphdr.c 98 if (__elf_getphdrnum_rdlock (elf, &phnum) != 0)
elf32_updatenull.c 168 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
libelfP.h 533 extern int __elf_getphdrnum_rdlock (Elf *__elf, size_t *__dst)
elf32_updatefile.c 169 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
570 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))

Completed in 2173 milliseconds