/third_party/elfutils/libdwfl/ |
D | libdwfl.h | 39 typedef struct Dwfl_Module Dwfl_Module; typedef 58 int (*find_elf) (Dwfl_Module *mod, void **userdata, 62 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, 73 int (*section_address) (Dwfl_Module *mod, void **userdata, 136 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name, 151 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name, 159 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name, 163 extern Dwfl_Module *dwfl_report_offline_memory (Dwfl *dwfl, const char *name, 175 int (*removed) (Dwfl_Module *, void *, 196 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata, [all …]
|
D | libdwflP.h | 123 Dwfl_Module *modulelist; /* List in order used by full traversals. */ 136 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */ 163 struct Dwfl_Module struct 166 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */ argument 302 Dwfl_Module *mod; /* Pointer back to containing module. */ 336 dwfl_adjusted_address (Dwfl_Module *mod, GElf_Addr addr) in dwfl_adjusted_address() 342 dwfl_deadjust_address (Dwfl_Module *mod, GElf_Addr addr) in dwfl_deadjust_address() 348 dwfl_adjusted_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_adjusted_dwarf_addr() 356 dwfl_deadjust_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_deadjust_dwarf_addr() 364 dwfl_adjusted_aux_sym_addr (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_adjusted_aux_sym_addr() [all …]
|
D | dwfl_module.c | 62 __libdwfl_module_free (Dwfl_Module *mod) in __libdwfl_module_free() 140 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in INTDEF() 147 static inline Dwfl_Module * in INTDEF() 148 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF() 165 Dwfl_Module * 169 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() 171 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in dwfl_report_module() 187 Dwfl_Module *mod = calloc (1, sizeof *mod); in dwfl_report_module() 216 int (*removed) (Dwfl_Module *, void *, in INTDEF() 221 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF() [all …]
|
D | offline.c | 44 dwfl_offline_section_address (Dwfl_Module *mod, in dwfl_offline_section_address() 101 static Dwfl_Module *process_elf (Dwfl *dwfl, const char *name, 103 static Dwfl_Module *process_archive (Dwfl *dwfl, const char *name, 110 static Dwfl_Module * 131 static Dwfl_Module * 135 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf() 170 int fd, Elf *member, Dwfl_Module **mod) in process_archive_member() 248 static Dwfl_Module * 254 Dwfl_Module *mod = NULL; in process_archive() 278 Dwfl_Module * [all …]
|
D | cu.c | 40 dwar (Dwfl_Module *mod, unsigned int idx) in dwar() 47 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange() 148 less_lazy (Dwfl_Module *mod) in less_lazy() 174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu() 245 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() 295 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu() 313 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
|
D | dwfl_module_build_id.c | 36 found_build_id (Dwfl_Module *mod, bool set, in found_build_id() 61 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) in __libdwfl_find_build_id() 82 dwfl_module_build_id (Dwfl_Module *mod, in dwfl_module_build_id() 112 _compat_vaddr_at_end_dwfl_module_build_id (Dwfl_Module *mod, in _compat_vaddr_at_end_dwfl_module_build_id()
|
D | derelocate.c | 80 cache_sections (Dwfl_Module *mod) in cache_sections() 237 dwfl_module_relocations (Dwfl_Module *mod) in dwfl_module_relocations() 259 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info() 297 check_module (Dwfl_Module *mod) in check_module() 331 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() 368 __libdwfl_find_section_ndx (Dwfl_Module *mod, Dwarf_Addr *addr) in __libdwfl_find_section_ndx() 378 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address() 404 dwfl_module_address_section (Dwfl_Module *mod, Dwarf_Addr *address, in INTDEF()
|
D | linux-kernel-modules.c | 106 Dwfl_Module fakemod = { .dwfl = dwfl }; in try_kernel_name() 275 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel() 319 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd, in report_kernel_archive() 326 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() 327 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in report_kernel_archive() 573 check_notes (Dwfl_Module *mod, const char *notesfile, in check_notes() 656 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr) in check_kernel_notes() 663 check_module_notes (Dwfl_Module *mod) in check_module_notes() 724 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel() 738 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel() [all …]
|
D | dwfl_getdwarf.c | 37 int (*callback) (Dwfl_Module *, void **, 44 module_callback (Dwfl_Module *mod, void **userdata, in module_callback() 55 int (*callback) (Dwfl_Module *, void **, in dwfl_getdwarf()
|
D | dwfl_report_elf.c | 239 Dwfl_Module * 251 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end); in __libdwfl_report_elf() 289 Dwfl_Module * 313 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, in dwfl_report_elf() 327 Dwfl_Module * 333 Dwfl_Module *
|
D | dwfl_module_getdwarf.c | 76 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() 172 mod_verify_build_id (Dwfl_Module *mod) in mod_verify_build_id() 210 __libdwfl_getelf (Dwfl_Module *mod) in __libdwfl_getelf() 273 find_prelink_address_sync (Dwfl_Module *mod, struct dwfl_file *file) in find_prelink_address_sync() 528 find_debuginfo (Dwfl_Module *mod) in find_debuginfo() 554 find_debug_altlink (Dwfl_Module *mod, const char *filename) in find_debug_altlink() 703 Dwfl_Module *mod, size_t phnum, in translate_offs() 824 find_dynsym (Dwfl_Module *mod) in find_dynsym() 906 find_aux_address_sync (Dwfl_Module *mod) in find_aux_address_sync() 933 find_aux_sym (Dwfl_Module *mod __attribute__ ((unused)), in find_aux_sym() [all …]
|
D | dwfl_addrmodule.c | 35 Dwfl_Module * 38 Dwfl_Module *mod; in dwfl_addrmodule()
|
D | relocate.c | 45 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx, in __libdwfl_relocate_value() 115 relocate_getsym (Dwfl_Module *mod, in relocate_getsym() 211 resolve_symbol (Dwfl_Module *referer, struct reloc_symtab_cache *symtab, in resolve_symbol() 260 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next) in resolve_symbol() 323 relocate (Dwfl_Module * const mod, in relocate() 488 Dwfl_Module *mod, in check_badreltype() 502 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section() 751 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() 798 __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated, in __libdwfl_relocate_section()
|
D | dwfl_build_id_find_elf.c | 41 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, in __libdwfl_open_by_build_id() 128 __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) in __libdwfl_open_mod_by_build_id() 143 dwfl_build_id_find_elf (Dwfl_Module *mod, in dwfl_build_id_find_elf()
|
D | dwfl_end.c | 52 Dwfl_Module *next = dwfl->modulelist; in dwfl_end() 55 Dwfl_Module *dead = next; in dwfl_end()
|
D | dwfl_module_dwarf_cfi.c | 38 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi() 58 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_dwarf_cfi()
|
D | dwfl_getmodules.c | 37 int (*callback) (Dwfl_Module *, void **, in dwfl_getmodules() 53 Dwfl_Module *m = dwfl->modulelist; in dwfl_getmodules()
|
D | dwfl_module_addrsym.c | 37 Dwfl_Module *mod; 244 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym() 318 dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr addr, in dwfl_module_addrsym() 328 *dwfl_module_addrinfo (Dwfl_Module *mod, GElf_Addr address, in INTDEF()
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 39 typedef struct Dwfl_Module Dwfl_Module; typedef 58 int (*find_elf) (Dwfl_Module *mod, void **userdata, 62 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, 73 int (*section_address) (Dwfl_Module *mod, void **userdata, 136 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name, 151 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name, 159 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name, 163 extern Dwfl_Module *dwfl_report_offline_memory (Dwfl *dwfl, const char *name, 175 int (*removed) (Dwfl_Module *, void *, 196 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata, [all …]
|
/third_party/elfutils/tests/ |
D | dwfl-bug-addr-overflow.c | 46 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() 50 Dwfl_Module *low = dwfl_report_module (dwfl, "low", in main() 54 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle", in main() 62 Dwfl_Module *mod = dwfl_addrmodule (dwfl, UINT64_C (0xffffffff00010123)); in main()
|
D | backtrace-data.c | 60 find_elf (Dwfl_Module *mod __attribute__ ((unused)), in find_elf() 147 static Dwfl_Module * 154 Dwfl_Module *mod = dwfl_report_elf (dwfl, long_name, long_name, -1, in report_module() 237 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); in frame_callback()
|
D | backtrace.c | 56 dump_modules (Dwfl_Module *mod, void **userdata __attribute__ ((unused)), in dump_modules() 92 Dwfl_Module *mod; in callback_verify() 229 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); in frame_callback() 291 Dwfl_Module *mod; 296 see_exec_module (Dwfl_Module *mod, void **userdata __attribute__ ((unused)), in see_exec_module()
|
D | dwfl-report-elf-align.c | 56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false); in main() 62 Dwfl_Module *mod_found = dwfl_addrmodule (dwfl, funcaddr); in main()
|
D | allregs.c | 51 first_module (Dwfl_Module *mod, in first_module() 61 *(Dwfl_Module **) arg = mod; in first_module() 158 Dwfl_Module *mod = NULL; in main()
|
/third_party/elfutils/src/ |
D | addr2line.c | 316 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr) in print_dwarf_function() 419 print_addrsym (Dwfl_Module *mod, GElf_Addr addr) in print_addrsym() 468 see_one_module (Dwfl_Module *mod, in see_one_module() 474 Dwfl_Module **result = arg; in see_one_module() 482 find_symbol (Dwfl_Module *mod, in find_symbol() 523 Dwfl_Module *mod = NULL; in adjust_to_section() 585 get_addr_width (Dwfl_Module *mod) in get_addr_width() 680 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr); in handle_address()
|