Lines Matching defs:module
72 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
170 char *name; /* Iterator name for this module. */
203 /* Known CU's in this module. */
208 struct dwfl_arange *aranges; /* Mapping of addresses in module to CUs. */
218 Dwarf_CFI *dwarf_cfi; /* Cached DWARF CFI for this module. */
219 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */
302 Dwfl_Module *mod; /* Pointer back to containing module. */
512 /* Iterate through all the CU's in the module. Start by passing a null
699 struct r_debug_info_module *module;
714 /* Report a module for entry in the dynamic linker's struct link_map list.
715 For each link_map entry, if an existing module resides at its address,
716 this just modifies that module's name and suggested file name. If
717 no such module exists, this calls dwfl_report_elf on the l_name string.