HomeSort by relevance Sort by last modified time
    Searched refs:elf_cntl (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libelf/
elf_cntl.c 40 elf_cntl (Elf *elf, Elf_Cmd cmd) function
Makefile.am 67 elf_rawfile.c elf_readall.c elf_cntl.c \
libelf.h 452 extern int elf_cntl (Elf *__elf, Elf_Cmd __cmd);
  /external/elfutils/tests/
test-elf_cntl_gelf_getshdr.c 88 if (elf_cntl (elf, ELF_C_FDREAD) < 0)
90 fprintf (stderr, "elf_cntl failed for %s: %s\n", argv[2],
allfcts.c 61 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0)
62 errx (1, "elf_cntl (%s, ELF_C_FDREAD): %s", alt_name, elf_errmsg (-1));
  /external/elfutils/libdw/
libdw_find_split_unit.c 75 elf_cntl (split_dwarf->elf, ELF_C_FDDONE);
  /external/elfutils/libdwfl/
offline.c 151 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0)
dwfl_module_getdwarf.c     [all...]
  /external/elfutils/src/
ar.c     [all...]
strip.c     [all...]

Completed in 553 milliseconds