Lines Matching defs:name
97 #define DWFL_ERROR(name, text) DWFL_E_##name,
101 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16)
102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))
147 char *name;
170 char *name; /* Iterator name for this module. */
570 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
577 extern Dwfl_Module *__libdwfl_report_offline (Dwfl *dwfl, const char *name,
675 const char *name, Dwarf_Addr base,
692 char name[0];
704 extern int dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
716 this just modifies that module's name and suggested file name. If
802 #define MODCB_ARGS(mod) (mod), &(mod)->userdata, (mod)->name, (mod)->low_addr