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

1 2

  /external/elfutils/0.153/libelf/
libelf.map 24 elf_end;
elf_end.c 64 elf_end (elf) function
250 ? INTUSE(elf_end) (parent) : 0);
252 INTDEF(elf_end)
nlist.c 231 (void) INTUSE(elf_end) (elf);
243 (void) INTUSE(elf_end) (elf);
Android.mk 54 elf_end.c \
Makefile.am 44 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
ChangeLog 377 * elf_end.c (elf_end): Don't free ELF->state.ar.ar_sym when it's -1l.
397 * elf_end.c (elf_end): Free recorded rawchunk buffers.
682 * elf_end.c: Likewise.
libelf.h 198 extern int elf_end (Elf *__elf);
323 elf_end (ELF) is called. */
  /external/elfutils/0.153/libdwfl/
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)
301 elf_end (elf);
open.c 109 elf_end (*elf);
177 elf_end (elf);
191 elf_end (elf);
dwfl_report_elf.c 262 elf_end (elf);
299 elf_end (elf);
dwfl_build_id_find_debuginfo.c 87 elf_end (mod->debug.elf);
dwfl_build_id_find_elf.c 164 elf_end (*elfp);
dwfl_module.c 73 if (file->elf != NULL && elf_end (file->elf) == 0 && file->fd != -1)
dwfl_module_getdwarf.c 82 elf_end (file->elf);
93 elf_end (file->elf);
217 elf_end (mod->main.elf);
  /external/elfutils/0.153/libasm/
asm_abort.c 48 (void) elf_end (ctx->out.elf);
  /external/elfutils/0.153/src/
ranlib.c 195 elf_end (arelf);
228 if (elf_end (elf) != 0)
299 elf_end (arelf);
findtextrel.c 249 elf_end (elf);
483 elf_end (elf);
484 elf_end (elf2);
ar.c 763 if (elf_end (subelf) != 0)
835 elf_end (elf);
1007 if (elf_end (subelf) != 0)
1082 elf_end (elf);
1222 if (elf_end (subelf) != 0)
    [all...]
objdump.c 278 if (elf_end (elf) != 0)
290 if (elf_end (elf) != 0)
300 if (elf_end (elf) != 0)
360 if (elf_end (subelf) != 0)
size.c 313 if (unlikely (elf_end (elf) != 0))
332 if (unlikely (elf_end (elf) != 0))
402 if (unlikely (elf_end (subelf) != 0))
406 if (unlikely (elf_end (elf) != 0))
  /external/elfutils/0.153/
TODO 96 ** reuse after elf_end
98 Some files are closed using elf_end. They are removed from memory only
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 415 elf_end(elf);
509 elf_end(elf);
557 elf_end(ss->elf);
639 elf_end(elf);
1017 elf_end(elf);
  /development/tools/elftree/
elftree.c 250 elf_end(f.e);
  /external/elfutils/0.153/libdw/
dwarf_begin.c 119 elf_end (elf);
dwarf_end.c 133 elf_end (dwarf->elf);

Completed in 1005 milliseconds

1 2