HomeSort by relevance Sort by last modified time
    Searched refs:Dwfl_Module (Results 1 - 25 of 48) sorted by null

1 2

  /external/elfutils/0.153/libdwfl/
dwfl_addrmodule.c 52 Dwfl_Module *
55 Dwfl_Module *mod;
dwfl_cumodule.c 52 Dwfl_Module *
dwfl_linemodule.c 52 Dwfl_Module *
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...]
dwfl_module_addrname.c 53 dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr addr)
dwfl_end.c 62 Dwfl_Module *next = dwfl->modulelist;
65 Dwfl_Module *dead = next;
dwfl_getdwarf.c 54 int (*callback) (Dwfl_Module *, void **,
61 module_callback (Dwfl_Module *mod, void **userdata,
72 int (*callback) (Dwfl_Module *, void **,
dwfl_module.c 79 __libdwfl_module_free (Dwfl_Module *mod)
125 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next)
135 Dwfl_Module *
139 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp;
141 inline Dwfl_Module *use (Dwfl_Module *mod)
155 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next))
171 Dwfl_Module *mod = calloc (1, sizeof *mod);
200 int (*removed) (Dwfl_Module *, void *,
205 Dwfl_Module **tailp = &dwfl->modulelist
    [all...]
dwfl_module_addrdie.c 53 dwfl_module_addrdie (Dwfl_Module *mod, Dwarf_Addr addr, Dwarf_Addr *bias)
dwfl_module_nextcu.c 53 dwfl_module_nextcu (Dwfl_Module *mod, Dwarf_Die *lastcu, Dwarf_Addr *bias)
libdwflP.h 114 Dwfl_Module *modulelist; /* List in order used by full traversals. */
124 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
154 struct Dwfl_Module
157 struct Dwfl_Module *next; /* Link on Dwfl.modulelist. */
208 /* Information cached about each CU in Dwfl_Module.dw. */
216 Dwfl_Module *mod; /* Pointer back to containing module. */
250 dwfl_adjusted_address (Dwfl_Module *mod, GElf_Addr addr)
256 dwfl_deadjust_address (Dwfl_Module *mod, GElf_Addr addr)
262 dwfl_adjusted_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr)
270 dwfl_deadjust_dwarf_addr (Dwfl_Module *mod, Dwarf_Addr addr
    [all...]
dwfl_getmodules.c 54 int (*callback) (Dwfl_Module *, void **,
70 Dwfl_Module *m = dwfl->modulelist;
dwfl_module_dwarf_cfi.c 55 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
76 Dwfl_Module *mod;
dwfl_module_return_value_location.c 55 Dwfl_Module *mod;
offline.c 60 dwfl_offline_section_address (Dwfl_Module *mod,
116 static Dwfl_Module *process_elf (Dwfl *dwfl, const char *name,
118 static Dwfl_Module *process_archive (Dwfl *dwfl, const char *name,
125 static Dwfl_Module *
146 static Dwfl_Module *
150 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf,
181 int fd, Elf *member, Dwfl_Module **mod)
255 static Dwfl_Module *
261 Dwfl_Module *mod = NULL;
284 Dwfl_Module *
    [all...]
dwfl_module_eh_cfi.c 55 Dwfl_Module *mod;
dwfl_validate_address.c 55 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, address);
dwfl_module_build_id.c 53 found_build_id (Dwfl_Module *mod, bool set,
79 check_notes (Dwfl_Module *mod, bool set, Elf_Data *data, GElf_Addr data_vaddr)
98 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf)
155 dwfl_module_build_id (Dwfl_Module *mod,
186 _compat_vaddr_at_end_dwfl_module_build_id (Dwfl_Module *mod,
cu.c 57 dwar (Dwfl_Module *mod, unsigned int idx)
64 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange)
162 less_lazy (Dwfl_Module *mod)
187 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
253 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
302 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu)
320 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu)
dwfl_build_id_find_debuginfo.c 55 dwfl_build_id_find_debuginfo (Dwfl_Module *mod,
dwfl_module_getelf.c 53 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase)
dwfl_module_info.c 53 dwfl_module_info (Dwfl_Module *mod, void ***userdata,
dwfl_module_report_build_id.c 54 dwfl_module_report_build_id (Dwfl_Module *mod,
  /external/elfutils/elfutils/
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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.h 26 Dwfl_Module *mod;
81 Dwfl_Module *mod; /* For solving symbols */
89 Dwfl_Module *mod; /* For solving symbols */

Completed in 145 milliseconds

1 2