HomeSort by relevance Sort by last modified time
    Searched refs:elf_end (Results 1 - 25 of 39) sorted by null

1 2

  /external/elfutils/libasm/
asm_abort.c 36 (void) elf_end (ctx->out.elf);
  /external/elfutils/tests/
arextract.c 128 if (elf_end (subelf) != 0 || elf_end (elf) != 0)
143 if (elf_end (subelf) != 0)
newscn.c 54 elf_end (elf);
arsymtest.c 113 if (elf_end (subelf) != 0)
122 if (elf_end (elf) != 0)
scnnames.c 74 if (elf_end (elf) != 0)
saridx.c 222 if (elf_end (subelf) != 0)
246 if (elf_end (elf) != 0)
asm-tst7.c 156 elf_end (elf);
update1.c 113 if (elf_end (elf) != 0)
115 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
asm-tst8.c 164 elf_end (elf);
newfile.c 162 (void) elf_end (elf);
showptable.c 122 if (elf_end (elf) != 0)
update2.c 136 if (elf_end (elf) != 0)
138 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
asm-tst1.c 231 elf_end (elf);
asm-tst2.c 253 elf_end (elf);
sectiondump.c 65 if (elf_end (elf) != 0)
update3.c 191 if (elf_end (elf) != 0)
193 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
  /build/tools/isprelinked/
isprelinked.c 83 FAILIF_LIBELF(elf_end(elf), elf_end); local
  /external/elfutils/libdw/
dwarf_begin.c 79 elf_end (elf);
dwarf_end.c 68 elf_end (dwarf->elf);
  /build/tools/soslim/
main.c 115 FAILIF_LIBELF(elf_end(elf), elf_end); local
215 FAILIF_LIBELF(elf_end (newelf) != 0, elf_end); local
221 FAILIF_LIBELF(elf_end(elf), elf_end); local
  /external/elfutils/libelf/
elf_end.c 31 elf_end (elf) function
200 return parent != NULL && parent->ref_count == 0 ? elf_end (parent) : 0;
nlist.c 198 (void) elf_end (elf);
207 (void) elf_end (elf);
Makefile.am 45 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
libelf.h 163 extern int elf_end (Elf *__elf);
  /external/elfutils/src/
size.c 320 if (elf_end (elf) != 0)
332 if (elf_end (elf) != 0)
399 if (elf_end (subelf) != 0)
403 if (elf_end (elf) != 0)

Completed in 457 milliseconds

1 2