Home
last modified time | relevance | path

Searched refs:ELF_C_FDREAD (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libelf/
Delf_cntl.c57 case ELF_C_FDREAD: in elf_cntl()
Dlibelf.h149 ELF_C_FDREAD, /* Read rest of data so that file descriptor enumerator
/external/elfutils/tests/
Dtest-elf_cntl_gelf_getshdr.c88 if (elf_cntl (elf, ELF_C_FDREAD) < 0) in main()
Dallfcts.c61 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0) in setup_alt()
/external/elfutils/
DTODO32 ** shdrs after elf_cntl (ELF_C_FDREAD)
34 Similar to the above. After ELF_C_FDREAD the file is completely
DChangeLog647 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
DNEWS469 calling elf_cntl(ELF_C_FDREAD).
/external/elfutils/libdwfl/
Doffline.c151 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in process_elf()
Ddwfl_module_getdwarf.c1353 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in load_dw()
1358 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0) in load_dw()
/external/elfutils/config/
Delfutils.spec.in661 calling elf_cntl(ELF_C_FDREAD). Implement support for