Searched refs:dwfl_module_getelf (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getelf.c | 36 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) in dwfl_module_getelf() function 71 INTDEF (dwfl_module_getelf)
|
D | Makefile.am | 47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
D | libdwfl.h | 425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
|
D | libdwflP.h | 729 INTDECL (dwfl_module_getelf)
|
D | ChangeLog | 196 * dwfl_module_getelf.c: Likewise. 517 * libdwfl.h (dwfl_module_getelf): Don't mark first argument as 1574 * libdwfl.h (dwfl_module_getelf): Add __nonnull_attribute__. 1730 * dwfl_module_getelf.c: Likewise. 1972 (dwfl_module_getelf): Functions moved ... 1973 * dwfl_module_getelf.c: ... here, new file. 2294 * dwfl_module_getdwarf.c (dwfl_module_getelf): For ET_REL, apply 2297 relocations have been applied to the debug file if dwfl_module_getelf
|
/external/elfutils/tests/ |
D | dwfl-bug-fd-leak.c | 81 Elf *elf = dwfl_module_getelf (module, &bias); in elfutils_open()
|
D | allregs.c | 58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */ in first_module()
|
D | dwflsyms.c | 192 Elf *melf = dwfl_module_getelf (mod, &ebias); in list_syms()
|
D | backtrace.c | 386 Elf *elf = dwfl_module_getelf (data.mod, &loadbase); in exec_dump()
|
D | varlocs.c | 1123 Elf *elf = dwfl_module_getelf (mod, &elfbias); in main()
|
/external/elfutils/src/ |
D | addr2line.c | 448 Elf *elf = dwfl_module_getelf (mod, &ebias); in print_addrsym() 535 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx), in adjust_to_section() 586 Elf *elf = dwfl_module_getelf (mod, &bias); in get_addr_width()
|
D | stack.c | 116 Elf *elf = dwfl_module_getelf (mod, &bias); in get_addr_width() 138 Elf *elf = dwfl_module_getelf (mod, &bias); in module_callback()
|
D | unstrip.c | 2239 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() 2334 (void) dwfl_module_getelf (mod, &bias); in handle_output_dir_module() 2357 bool have_elf = dwfl_module_getelf (mod, &bias) != NULL; in list_module() 2420 (void) dwfl_module_getelf (mod, &bias); in match_module()
|
D | readelf.c | 901 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file() 6525 if (dwfl_module_getelf (dwflmod, &bias) == NULL) in print_debug_frame_section()
|
/external/elfutils/libdw/ |
D | libdw.map | 120 dwfl_module_getelf;
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
|