Searched refs:elf_cntl (Results 1 – 17 of 17) 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 | 49 "elf_cntl.c",
|
D | Makefile.am | 67 elf_rawfile.c elf_readall.c elf_cntl.c \
|
D | libelf.h | 452 extern int elf_cntl (Elf *__elf, Elf_Cmd __cmd);
|
D | ChangeLog | 197 * elf_cntl.c (elf_cntl): Likewise.
|
/external/elfutils/tests/ |
D | test-elf_cntl_gelf_getshdr.c | 88 if (elf_cntl (elf, ELF_C_FDREAD) < 0) in main()
|
D | allfcts.c | 61 if (elf_cntl (dwarf_getelf (dbg_alt), ELF_C_FDREAD) != 0) in setup_alt()
|
/external/elfutils/libdw/ |
D | libdw_find_split_unit.c | 75 elf_cntl (split_dwarf->elf, ELF_C_FDDONE); in try_split_file()
|
/external/elfutils/libdwfl/ |
D | offline.c | 151 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0) in process_elf()
|
D | dwfl_module_getdwarf.c | 1353 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/ |
D | TODO | 32 ** shdrs after elf_cntl (ELF_C_FDREAD)
|
D | ChangeLog | 480 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
|
D | NEWS | 334 calling elf_cntl(ELF_C_FDREAD).
|
/external/elfutils/src/ |
D | ar.c | 1300 || elf_cntl (newelf, ELF_C_FDDONE) != 0) in do_oper_insert()
|
D | strip.c | 2541 if (elf_cntl (elf, ELF_C_FDDONE) != 0) in handle_elf()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 463 calling elf_cntl(ELF_C_FDREAD). Implement support for
|