Home
last modified time | relevance | path

Searched refs:dwfl_module_getelf (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getelf.c32 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) in dwfl_module_getelf() function
67 INTDEF (dwfl_module_getelf)
DMakefile.am47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
Dlibdwfl.h425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
DlibdwflP.h723 INTDECL (dwfl_module_getelf)
DChangeLog186 * libdwfl.h (dwfl_module_getelf): Don't mark first argument as
1243 * libdwfl.h (dwfl_module_getelf): Add __nonnull_attribute__.
1399 * dwfl_module_getelf.c: Likewise.
1641 (dwfl_module_getelf): Functions moved ...
1642 * dwfl_module_getelf.c: ... here, new file.
1963 * dwfl_module_getdwarf.c (dwfl_module_getelf): For ET_REL, apply
1966 relocations have been applied to the debug file if dwfl_module_getelf
/external/elfutils/src/
Daddr2line.c462 Elf *elf = dwfl_module_getelf (mod, &ebias); in print_addrsym()
549 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx), in adjust_to_section()
600 Elf *elf = dwfl_module_getelf (mod, &bias); in get_addr_width()
Dstack.c117 Elf *elf = dwfl_module_getelf (mod, &bias); in get_addr_width()
139 Elf *elf = dwfl_module_getelf (mod, &bias); in module_callback()
Dunstrip.c2126 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module()
2221 (void) dwfl_module_getelf (mod, &bias); in handle_output_dir_module()
2244 bool have_elf = dwfl_module_getelf (mod, &bias) != NULL; in list_module()
2307 (void) dwfl_module_getelf (mod, &bias); in match_module()
Dreadelf.c829 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file()
5491 if (dwfl_module_getelf (dwflmod, &bias) == NULL) in print_debug_frame_section()
/external/elfutils/tests/
Ddwfl-bug-fd-leak.c81 Elf *elf = dwfl_module_getelf (module, &bias); in elfutils_open()
Dallregs.c58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */ in first_module()
Ddwflsyms.c193 Elf *melf = dwfl_module_getelf (mod, &ebias); in list_syms()
Dbacktrace.c377 Elf *elf = dwfl_module_getelf (data.mod, &loadbase); in exec_dump()
Dvarlocs.c802 Elf *elf = dwfl_module_getelf (mod, &elfbias); in main()
/external/elfutils/libdw/
Dlibdw.map121 dwfl_module_getelf;
/external/elfutils/include/elfutils/
Dlibdwfl.h425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)