Home
last modified time | relevance | path

Searched refs:dwflmod (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c282 static void process_elf_file (Dwfl_Module *dwflmod, int fd);
300 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
724 count_dwflmod (Dwfl_Module *dwflmod __attribute__ ((unused)), in count_dwflmod() argument
743 process_dwflmod (Dwfl_Module *dwflmod, in process_dwflmod() argument
755 dwfl_module_info (dwflmod, NULL, NULL, NULL, NULL, NULL, &fname, NULL); in process_dwflmod()
760 process_elf_file (dwflmod, a->fd); in process_dwflmod()
898 process_elf_file (Dwfl_Module *dwflmod, int fd) in process_elf_file() argument
901 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file()
998 print_debug (dwflmod, ebl, ehdr); in process_elf_file()
3728 print_dwarf_addr (Dwfl_Module *dwflmod, in print_dwarf_addr() argument
[all …]
Dnm.c1180 getdbg_dwflmod (Dwfl_Module *dwflmod, in getdbg_dwflmod() argument
1190 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()