• Home
  • Raw
  • Download

Lines Matching refs:GElf_Ehdr

246 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
247 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
248 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
251 static void print_relocs (Ebl *ebl, GElf_Ehdr *ehdr);
252 static void handle_relocs_rel (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
254 static void handle_relocs_rela (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
263 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
265 static void handle_notes (Ebl *ebl, GElf_Ehdr *ehdr);
267 static void print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr);
831 GElf_Ehdr ehdr_mem; in process_elf_file()
832 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in process_elf_file()
967 print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_ehdr()
1109 print_shdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_shdr()
1236 print_phdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_phdr()
1446 section_name (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr) in section_name()
1810 print_relocs (Ebl *ebl, GElf_Ehdr *ehdr) in print_relocs()
1834 handle_relocs_rel (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, GElf_Shdr *shdr) in handle_relocs_rel()
2024 handle_relocs_rela (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, GElf_Shdr *shdr) in handle_relocs_rela()
3400 print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr) in print_attributes()
4626 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_abbrev_section()
4699 print_decoded_aranges_section (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, in print_decoded_aranges_section()
4766 Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, in print_debug_aranges_section()
4925 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_ranges_section()
5481 print_debug_frame_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_frame_section()
6199 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_units()
6354 print_debug_info_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_info_section()
6361 print_debug_types_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_types_section()
6369 print_decoded_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_decoded_line_section()
6459 print_debug_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_line_section()
6988 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_loc_section()
7117 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_macinfo_section()
7281 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_macro_section()
7706 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_pubnames_section()
7720 Ebl *ebl, GElf_Ehdr *ehdr, in print_debug_str_section()
7767 GElf_Ehdr *ehdr __attribute__ ((unused)), in print_debug_frame_hdr_section()
7867 GElf_Ehdr *ehdr __attribute__ ((unused)), in print_debug_exception_table()
8045 print_gdb_index_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, in print_gdb_index_section()
8298 print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) in print_debug()
8336 GElf_Ehdr *, Elf_Scn *, GElf_Shdr *, Dwarf *); in print_debug()
8654 GElf_Ehdr ehdr_mem; in handle_core_item()
8655 GElf_Ehdr *ehdr = gelf_getehdr (core, &ehdr_mem); in handle_core_item()
9334 handle_notes_data (Ebl *ebl, const GElf_Ehdr *ehdr, in handle_notes_data()
9410 handle_notes (Ebl *ebl, GElf_Ehdr *ehdr) in handle_notes()