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

1 2 3

  /external/elfutils/libasm/
asm_abort.c 48 (void) elf_end (ctx->out.elf);
  /external/elfutils/tests/
arls.c 49 elf_end (elf);
64 elf_end (subelf);
65 elf_end (elf);
85 elf_end (subelf);
arextract.c 140 if (elf_end (subelf) != 0 || elf_end (elf) != 0)
155 if (elf_end (subelf) != 0)
early-offscn.c 58 elf_end (elf);
rdwrmmap.c 25 elf_end (elf);
newscn.c 70 elf_end (elf);
arsymtest.c 125 if (elf_end (subelf) != 0)
134 if (elf_end (elf) != 0)
ecp.c 97 elf_end (outelf);
100 elf_end (inelf);
scnnames.c 92 if (elf_end (elf) != 0)
saridx.c 234 if (elf_end (subelf) != 0)
258 if (elf_end (elf) != 0)
update1.c 125 if (elf_end (elf) != 0)
127 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
asm-tst7.c 179 elf_end (elf);
asm-tst8.c 187 elf_end (elf);
newfile.c 174 (void) elf_end (elf);
showptable.c 140 if (elf_end (elf) != 0)
update2.c 148 if (elf_end (elf) != 0)
150 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
  /external/elfutils/libdw/
dwarf_begin.c 121 elf_end (elf);
dwarf_end.c 104 elf_end (dwarf->elf);
  /external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c 81 elf_end (mod->debug.elf);
offline.c 188 elf_end (member);
198 elf_end (member);
207 elf_end (member);
247 if (*mod == NULL) /* process_file called elf_end. */
274 in live modules. When the last module's elf_end on a member returns
278 && elf_end (archive) == 0)
295 elf_end (elf);
dwfl_report_elf.c 237 elf_end (elf);
253 elf_end (elf);
282 elf_end (elf);
dwfl_build_id_find_elf.c 162 elf_end (*elfp);
  /external/elfutils/libelf/
nlist.c 231 (void) INTUSE(elf_end) (elf);
243 (void) INTUSE(elf_end) (elf);
elf_end.c 64 elf_end (elf) function
250 ? INTUSE(elf_end) (parent) : 0);
252 INTDEF(elf_end)
  /external/elfutils/src/
ranlib.c 195 elf_end (arelf);
228 if (elf_end (elf) != 0)
299 elf_end (arelf);

Completed in 509 milliseconds

1 2 3