OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dwfl_Module
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdwfl/
libdwfl.h
60
typedef struct
Dwfl_Module
Dwfl_Module
;
68
int (*find_elf) (
Dwfl_Module
*mod, void **userdata,
72
int (*find_debuginfo) (
Dwfl_Module
*mod, void **userdata,
83
int (*section_address) (
Dwfl_Module
*mod, void **userdata,
158
extern
Dwfl_Module
*dwfl_report_module (Dwfl *dwfl, const char *name,
166
extern
Dwfl_Module
*dwfl_report_elf (Dwfl *dwfl, const char *name,
174
extern
Dwfl_Module
*dwfl_report_offline (Dwfl *dwfl, const char *name,
186
int (*removed) (
Dwfl_Module
*, void *,
207
extern const char *dwfl_module_info (
Dwfl_Module
*mod, void ***userdata
[
all
...]
libdwflP.h
109
Dwfl_Module
*modulelist; /* List in order used by full traversals. */
119
Dwfl_Module
**lookup_module; /* Module associated with segment, or null. */
142
struct
Dwfl_Module
145
struct
Dwfl_Module
*next; /* Link on Dwfl.modulelist. */
189
/* Information cached about each CU in
Dwfl_Module
.dw. */
197
Dwfl_Module
*mod; /* Pointer back to containing module. */
240
extern void __libdwfl_module_free (
Dwfl_Module
*mod) internal_function;
250
extern Dwfl_Error __libdwfl_relocate (
Dwfl_Module
*mod, Elf *file, bool debug)
255
extern Dwfl_Error __libdwfl_relocate_section (
Dwfl_Module
*mod, Elf *relocated,
263
extern Dwfl_Error __libdwfl_relocate_value (
Dwfl_Module
*mod, Elf *elf
[
all
...]
Completed in 4301 milliseconds