Searched refs:elf_cntl (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libelf/ |
D | elf_cntl.c | 40 elf_cntl (Elf *elf, Elf_Cmd cmd) in elf_cntl() function
|
D | libelf.map | 23 elf_cntl;
|
D | Android.bp | 48 "elf_cntl.c",
|
D | Makefile.am | 57 elf_rawfile.c elf_readall.c elf_cntl.c \
|
D | libelf.h | 421 extern int elf_cntl (Elf *__elf, Elf_Cmd __cmd);
|
/external/elfutils/tests/ |
D | test-elf_cntl_gelf_getshdr.c | 88 if (elf_cntl (elf, ELF_C_FDREAD) < 0) in main()
|
D | allfcts.c | 58 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0) in setup_alt()
|
/external/elfutils/libdwfl/ |
D | offline.c | 147 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in process_elf()
|
D | dwfl_module_getdwarf.c | 1333 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in load_dw() 1338 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0) in load_dw()
|
/external/elfutils/ |
D | TODO | 32 ** shdrs after elf_cntl (ELF_C_FDREAD)
|
D | ChangeLog | 290 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
|
D | NEWS | 178 calling elf_cntl(ELF_C_FDREAD).
|
/external/elfutils/src/ |
D | ar.c | 1302 || elf_cntl (newelf, ELF_C_FDDONE) != 0) in do_oper_insert()
|
D | strip.c | 2078 if (elf_cntl (elf, ELF_C_FDDONE) != 0) in handle_elf()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 362 calling elf_cntl(ELF_C_FDREAD). Implement support for
|