Home
last modified time | relevance | path

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

/external/elfutils/src/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 \
DAndroid.mk50 dwfl_module_getelf.c \
DMakefile113 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
140 dwfl_module_getdwarf.$(OBJEXT) dwfl_module_getelf.$(OBJEXT) \
400 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
515 include ./$(DEPDIR)/dwfl_module_getelf.Po
DMakefile.in113 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
140 dwfl_module_getdwarf.$(OBJEXT) dwfl_module_getelf.$(OBJEXT) \
400 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getelf.Po@am__quote@
Dlibdwfl.h423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
DlibdwflP.h708 INTDECL (dwfl_module_getelf)
DChangeLog894 * libdwfl.h (dwfl_module_getelf): Add __nonnull_attribute__.
1050 * dwfl_module_getelf.c: Likewise.
1292 (dwfl_module_getelf): Functions moved ...
1293 * dwfl_module_getelf.c: ... here, new file.
1614 * dwfl_module_getdwarf.c (dwfl_module_getelf): For ET_REL, apply
1617 relocations have been applied to the debug file if dwfl_module_getelf
/external/elfutils/src/tests/
Ddwfl-bug-fd-leak.c68 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias); in elfutils_open()
Ddwflsyms.c193 Elf *melf = dwfl_module_getelf (mod, &ebias); in list_syms()
Dallregs.c58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */ in first_module()
Dbacktrace.c371 Elf *elf = dwfl_module_getelf (data.mod, &loadbase); in exec_dump()
Dvarlocs.c804 Elf *elf = dwfl_module_getelf (mod, &elfbias); in main()
/external/elfutils/src/src/
Daddr2line.c403 Elf *elf = dwfl_module_getelf (mod, &ebias); in print_addrsym()
490 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx), in adjust_to_section()
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.c2020 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module()
2115 (void) dwfl_module_getelf (mod, &bias); in handle_output_dir_module()
2138 bool have_elf = dwfl_module_getelf (mod, &bias) != NULL; in list_module()
2201 (void) dwfl_module_getelf (mod, &bias); in match_module()
Dreadelf.c806 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); in process_elf_file()
5385 if (dwfl_module_getelf (dwflmod, &bias) == NULL) in print_debug_frame_section()
/external/elfutils/src/libdw/
Dlibdw.map121 dwfl_module_getelf;
/external/elfutils/include/elfutils/
Dlibdwfl.h423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)