Lines Matching refs:Ebl
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);
249 static void print_scngrp (Ebl *ebl);
250 static void print_dynamic (Ebl *ebl);
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,
256 static void print_symtab (Ebl *ebl, int type);
257 static void handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
258 static void print_verinfo (Ebl *ebl);
259 static void handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
260 static void handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
261 static void handle_versym (Ebl *ebl, Elf_Scn *scn,
263 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
264 static void handle_hash (Ebl *ebl);
265 static void handle_notes (Ebl *ebl, GElf_Ehdr *ehdr);
266 static void print_liblist (Ebl *ebl);
267 static void print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr);
268 static void dump_data (Ebl *ebl);
269 static void dump_strings (Ebl *ebl);
270 static void print_strings (Ebl *ebl);
841 Ebl *ebl = ebl_openbackend (elf); in process_elf_file()
874 Ebl *pure_ebl = ebl; 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()
1453 handle_scngrp (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_scngrp()
1512 print_scngrp (Ebl *ebl) in print_scngrp()
1649 handle_dynamic (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_dynamic()
1788 print_dynamic (Ebl *ebl) in print_dynamic()
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()
2220 print_symtab (Ebl *ebl, int type) in print_symtab()
2249 handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_symtab()
2487 print_verinfo (Ebl *ebl) in print_verinfo()
2545 handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_verneed()
2623 handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_verdef()
2706 handle_versym (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_versym()
3003 print_hash_info (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, in print_hash_info()
3080 handle_sysv_hash (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx) in handle_sysv_hash()
3135 handle_sysv_hash64 (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx) in handle_sysv_hash64()
3191 handle_gnu_hash (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx) in handle_gnu_hash()
3295 handle_hash (Ebl *ebl) in handle_hash()
3337 print_liblist (Ebl *ebl) in print_liblist()
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()
5016 register_info (Ebl *ebl, unsigned int regno, const Ebl_Register_Location *loc, in register_info()
5052 Dwfl_Module *dwflmod, Ebl *ebl, Dwarf *dbg) in print_cfa_program()
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()
7766 Ebl *ebl __attribute__ ((unused)), in print_debug_frame_hdr_section()
7866 Ebl *ebl __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()
8335 void (*fp) (Dwfl_Module *, Ebl *, in print_debug()
8852 handle_core_register (Ebl *ebl, Elf *core, int maxregname, in handle_core_register()
9002 handle_core_registers (Ebl *ebl, Elf *core, const void *desc, in handle_core_registers()
9083 handle_auxv_note (Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_auxv_note()
9304 handle_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, in handle_core_note()
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()
9653 dump_data (Ebl *ebl) in dump_data()
9659 dump_strings (Ebl *ebl) in dump_strings()
9665 print_strings (Ebl *ebl) in print_strings()