Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c245 static void process_elf_file (Dwfl_Module *dwflmod, int fd);
263 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
664 count_dwflmod (Dwfl_Module *dwflmod __attribute__ ((unused)), in count_dwflmod() argument
683 process_dwflmod (Dwfl_Module *dwflmod, in process_dwflmod() argument
695 dwfl_module_info (dwflmod, NULL, NULL, NULL, NULL, NULL, &fname, NULL); in process_dwflmod()
700 process_elf_file (dwflmod, a->fd); in process_dwflmod()
826 process_elf_file (Dwfl_Module *dwflmod, int fd) in process_elf_file() argument
829 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file()
924 print_debug (dwflmod, ebl, ehdr); in process_elf_file()
3592 format_dwarf_addr (Dwfl_Module *dwflmod, in format_dwarf_addr() argument
[all …]
Dnm.c1194 getdbg_dwflmod (Dwfl_Module *dwflmod, in getdbg_dwflmod() argument
1204 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()