• Home
  • Raw
  • Download

Lines Matching refs:dwflmod

245 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
3599 ? dwfl_module_addrinfo (dwflmod, address, &off, &sym, NULL, NULL, NULL) in format_dwarf_addr()
3611 int n = dwfl_module_relocations (dwflmod); in format_dwarf_addr()
3612 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in format_dwarf_addr()
3616 : dwfl_module_relocation_info (dwflmod, i, NULL)); in format_dwarf_addr()
4051 print_ops (Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, in print_ops() argument
4097 char *a = format_dwarf_addr (dwflmod, 0, addr, addr); in print_ops()
4338 print_ops (dwflmod, dbg, indent + 6, indent + 6, vers, in print_ops()
4625 print_debug_abbrev_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_abbrev_section() argument
4765 print_debug_aranges_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_aranges_section() argument
4897 char *b = format_dwarf_addr (dwflmod, address_size, range_address, in print_debug_aranges_section()
4899 char *e = format_dwarf_addr (dwflmod, address_size, in print_debug_aranges_section()
4924 print_debug_ranges_section (Dwfl_Module *dwflmod, in print_debug_ranges_section() argument
4984 char *b = format_dwarf_addr (dwflmod, address_size, end, end); in print_debug_ranges_section()
4997 char *b = format_dwarf_addr (dwflmod, address_size, base + begin, in print_debug_ranges_section()
4999 char *e = format_dwarf_addr (dwflmod, address_size, base + end, in print_debug_ranges_section()
5052 Dwfl_Module *dwflmod, Ebl *ebl, Dwarf *dbg) in print_cfa_program() argument
5187 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0, NULL, in print_cfa_program()
5202 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0, NULL, in print_cfa_program()
5264 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0, in print_cfa_program()
5481 print_debug_frame_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_frame_section() argument
5491 if (dwfl_module_getelf (dwflmod, &bias) == NULL) in print_debug_frame_section()
5769 char *a = format_dwarf_addr (dwflmod, cie->address_size, in print_debug_frame_section()
5854 dwflmod, ebl, dbg); in print_debug_frame_section()
5862 Dwfl_Module *dwflmod; member
5912 char *a = format_dwarf_addr (cbargs->dwflmod, cbargs->addrsize, in attr_callback()
6071 char *a = format_dwarf_addr (cbargs->dwflmod, cbargs->addrsize, in attr_callback()
6177 print_ops (cbargs->dwflmod, cbargs->dbg, in attr_callback()
6198 print_debug_units (Dwfl_Module *dwflmod, in print_debug_units() argument
6257 .dwflmod = dwflmod, in print_debug_units()
6354 print_debug_info_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_info_section() argument
6357 print_debug_units (dwflmod, ebl, ehdr, scn, shdr, dbg, false); in print_debug_info_section()
6361 print_debug_types_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_types_section() argument
6364 print_debug_units (dwflmod, ebl, ehdr, scn, shdr, dbg, true); in print_debug_types_section()
6369 print_decoded_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_decoded_line_section() argument
6439 char *a = format_dwarf_addr (dwflmod, address_size, in print_decoded_line_section()
6459 print_debug_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_line_section() argument
6464 print_decoded_line_section (dwflmod, ebl, ehdr, scn, shdr, dbg); in print_debug_line_section()
6731 char *a = format_dwarf_addr (dwflmod, 0, address, address); in print_debug_line_section()
6781 char *a = format_dwarf_addr (dwflmod, 0, address, address); in print_debug_line_section()
6848 char *a = format_dwarf_addr (dwflmod, 0, address, address); in print_debug_line_section()
6907 char *a = format_dwarf_addr (dwflmod, 0, address, address); in print_debug_line_section()
6930 char *a = format_dwarf_addr (dwflmod, 0, address, address); in print_debug_line_section()
6987 print_debug_loc_section (Dwfl_Module *dwflmod, in print_debug_loc_section() argument
7048 char *b = format_dwarf_addr (dwflmod, address_size, end, end); in print_debug_loc_section()
7064 char *b = format_dwarf_addr (dwflmod, address_size, base + begin, in print_debug_loc_section()
7066 char *e = format_dwarf_addr (dwflmod, address_size, base + end, in print_debug_loc_section()
7083 print_ops (dwflmod, dbg, 1, 18 + (address_size * 4), in print_debug_loc_section()
7116 print_debug_macinfo_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_macinfo_section() argument
7280 print_debug_macro_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_macro_section() argument
7705 print_debug_pubnames_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_pubnames_section() argument
7719 print_debug_str_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_str_section() argument
7765 print_debug_frame_hdr_section (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_frame_hdr_section() argument
7865 print_debug_exception_table (Dwfl_Module *dwflmod __attribute__ ((unused)), in print_debug_exception_table() argument
8045 print_gdb_index_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_gdb_index_section() argument
8207 char *l = format_dwarf_addr (dwflmod, 8, low, low); in print_gdb_index_section()
8208 char *h = format_dwarf_addr (dwflmod, 8, high - 1, high); in print_gdb_index_section()
8298 print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) in print_debug() argument
8302 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug()
8378 debug_sections[n].fp (dwflmod, ebl, ehdr, scn, shdr, dbg); in print_debug()