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

  /external/elfutils/libelf/
elf_getarhdr.c 80 && __libelf_next_arhdr_wrlock (parent) != 0)
83 int st = __libelf_next_arhdr_wrlock (parent);
elf_next.c 85 ret = __libelf_next_arhdr_wrlock (parent) != 0 ? ELF_C_NULL : elf->cmd;
elf_rand.c 76 if (__libelf_next_arhdr_wrlock (elf) != 0)
ChangeLog 43 (__libelf_next_arhdr): Rename to __libelf_next_arhdr_wrlock.
48 (elf_getarhdr): Lock before calling __libelf_next_arhdr_wrlock.
elf_begin.c 752 __libelf_next_arhdr_wrlock (elf) function
951 && __libelf_next_arhdr_wrlock (ref) != 0)
    [all...]
libelfP.h 489 extern int __libelf_next_arhdr_wrlock (Elf *elf) internal_function;

Completed in 124 milliseconds