Searched refs:Dwfl_Module (Results 26 - 48 of 48) sorted by relevance

12

/external/elfutils/0.153/libdwfl/
H A Ddwfl_nextcu.c59 Dwfl_Module *mod;
H A Dlinux-kernel-modules.c116 Dwfl_Module fakemod = { .dwfl = dwfl };
243 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME,
283 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd,
290 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp;
291 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next))
511 check_notes (Dwfl_Module *mod, const char *notesfile,
568 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr)
575 check_module_notes (Dwfl_Module *mod)
630 inline Dwfl_Module *report (void)
637 for (Dwfl_Module *
[all...]
H A Dderelocate.c91 cache_sections (Dwfl_Module *mod)
228 dwfl_module_relocations (Dwfl_Module *mod)
250 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx,
288 check_module (Dwfl_Module *mod)
319 find_section (Dwfl_Module *mod, Dwarf_Addr *addr)
355 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr)
381 dwfl_module_address_section (Dwfl_Module *mod, Dwarf_Addr *address,
H A Ddwfl_build_id_find_elf.c58 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name)
142 dwfl_build_id_find_elf (Dwfl_Module *mod,
H A Ddwfl_module_getsrc.c54 dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr)
H A Ddwfl_module_register_names.c55 Dwfl_Module *mod;
H A Ddwfl_report_elf.c62 Dwfl_Module *
234 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end);
271 Dwfl_Module *
295 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name,
H A Ddwfl_module_getsym.c53 dwfl_module_getsym (Dwfl_Module *mod, int ndx,
H A Dfind-debuginfo.c106 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
139 find_debuginfo_in_path (Dwfl_Module *mod, const char *file_name,
272 dwfl_standard_find_debuginfo (Dwfl_Module *mod,
H A Ddwfl_module_getdwarf.c60 open_elf (Dwfl_Module *mod, struct dwfl_file *file)
167 __libdwfl_getelf (Dwfl_Module *mod)
306 find_prelink_address_sync (Dwfl_Module *mod)
545 find_debuginfo (Dwfl_Module *mod)
650 find_dynsym (Dwfl_Module *mod)
837 find_symtab (Dwfl_Module *mod)
939 __libdwfl_module_getebl (Dwfl_Module *mod)
956 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile)
1005 find_dw (Dwfl_Module *mod)
1053 dwfl_module_getdwarf (Dwfl_Module *mo
[all...]
H A Drelocate.c59 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx,
125 relocate_getsym (Dwfl_Module *mod,
212 resolve_symbol (Dwfl_Module *referer, struct reloc_symtab_cache *symtab,
235 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next)
296 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr,
592 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug)
637 __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
H A Dsegment.c97 Dwfl_Module **old = dwfl->lookup_module;
177 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next)
259 dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod)
H A Dlinux-proc-maps.c153 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file,
303 dwfl_linux_proc_find_elf (Dwfl_Module *mod __attribute__ ((unused)),
H A Ddwfl_module_addrsym.c56 dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr addr,
H A Ddwfl_module_getsrc_file.c55 dwfl_module_getsrc_file (Dwfl_Module *mod,
H A Dlink_map.c199 Dwfl_Module *mod;
332 Dwfl_Module **lastmodp = &dwfl->modulelist;
382 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, l_ld);
446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
613 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next)
718 Dwfl_Module *phdr_mod;
H A Dcore-file.c186 core_file_read_eagerly (Dwfl_Module *mod,
H A Ddwfl_segment_report_module.c570 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name,
/external/elfutils/0.153/src/
H A Daddr2line.c246 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr)
335 print_addrsym (Dwfl_Module *mod, GElf_Addr addr)
358 see_one_module (Dwfl_Module *mod,
364 Dwfl_Module **result = arg;
372 find_symbol (Dwfl_Module *mod,
410 Dwfl_Module *mod = NULL;
499 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr);
H A Dreadelf.c222 static void process_elf_file (Dwfl_Module *dwflmod, int fd);
240 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
502 count_dwflmod (Dwfl_Module *dwflmod __attribute__ ((unused)),
521 process_dwflmod (Dwfl_Module *dwflmod,
545 find_no_debuginfo (Dwfl_Module *mod __attribute__ ((unused)),
616 process_elf_file (Dwfl_Module *dwflmod, int fd)
3115 format_dwarf_addr (Dwfl_Module *dwflmod,
3906 print_ops (Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest,
4565 print_debug_abbrev_section (Dwfl_Module *dwflmod __attribute__ ((unused)),
4636 print_debug_aranges_section (Dwfl_Module *dwflmo
[all...]
H A Dunstrip.c1990 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
2081 handle_output_dir_module (const char *output_dir, Dwfl_Module *mod,
2107 list_module (Dwfl_Module *mod)
2150 Dwfl_Module *found;
2155 match_module (Dwfl_Module *mod,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c158 static int __linux_kernel_find_elf(Dwfl_Module *mod,
684 static int convert_to_trace_point(Dwarf_Die *sp_die, Dwfl_Module *mod,
/external/ltrace/
H A Doutput.c591 Dwfl_Module *mod = dwfl_addrmodule(dwfl, pc);

Completed in 955 milliseconds

12