Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:module

73   DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module"))	      \
134 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
173 char *name; /* Iterator name for this module. */
204 /* Known CU's in this module. */
209 struct dwfl_arange *aranges; /* Mapping of addresses in module to CUs. */
219 Dwarf_CFI *dwarf_cfi; /* Cached DWARF CFI for this module. */
220 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */
302 Dwfl_Module *mod; /* Pointer back to containing module. */
509 /* Iterate through all the CU's in the module. Start by passing a null
668 struct r_debug_info_module *module;
682 /* Report a module for entry in the dynamic linker's struct link_map list.
683 For each link_map entry, if an existing module resides at its address,
684 this just modifies that module's name and suggested file name. If
685 no such module exists, this calls dwfl_report_elf on the l_name string.