OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__elf_getphdrnum_rdlock
(Results
1 - 6
of
6
) 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)
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)
elf32_updatefile.c
171
if (unlikely (
__elf_getphdrnum_rdlock
(elf, &phnum) != 0))
571
if (unlikely (
__elf_getphdrnum_rdlock
(elf, &phnum) != 0))
Completed in 282 milliseconds