Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c293 static void process_elf_file (Dwfl_Module *dwflmod, int fd);
311 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
756 count_dwflmod (Dwfl_Module *dwflmod __attribute__ ((unused)), in count_dwflmod() argument
775 process_dwflmod (Dwfl_Module *dwflmod, in process_dwflmod() argument
787 dwfl_module_info (dwflmod, NULL, NULL, NULL, NULL, NULL, &fname, NULL); in process_dwflmod()
792 process_elf_file (dwflmod, a->fd); in process_dwflmod()
930 process_elf_file (Dwfl_Module *dwflmod, int fd) in process_elf_file() argument
933 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file()
1030 print_debug (dwflmod, ebl, ehdr); in process_elf_file()
3771 print_dwarf_addr (Dwfl_Module *dwflmod, in print_dwarf_addr() argument
[all …]
Dnm.c1212 getdbg_dwflmod (Dwfl_Module *dwflmod, in getdbg_dwflmod() argument
1222 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()