Searched refs:dwfl_module_getelf (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | dwfl_module_getelf.c | 32 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) in dwfl_module_getelf() function 67 INTDEF (dwfl_module_getelf)
|
D | Makefile.am | 47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
D | Android.mk | 50 dwfl_module_getelf.c \
|
D | Makefile | 113 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
|
D | Makefile.in | 113 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@
|
D | libdwfl.h | 423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
|
D | libdwflP.h | 708 INTDECL (dwfl_module_getelf)
|
D | ChangeLog | 894 * 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/ |
D | dwfl-bug-fd-leak.c | 68 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias); in elfutils_open()
|
D | dwflsyms.c | 193 Elf *melf = dwfl_module_getelf (mod, &ebias); in list_syms()
|
D | allregs.c | 58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */ in first_module()
|
D | backtrace.c | 371 Elf *elf = dwfl_module_getelf (data.mod, &loadbase); in exec_dump()
|
D | varlocs.c | 804 Elf *elf = dwfl_module_getelf (mod, &elfbias); in main()
|
/external/elfutils/src/src/ |
D | addr2line.c | 403 Elf *elf = dwfl_module_getelf (mod, &ebias); in print_addrsym() 490 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx), in adjust_to_section()
|
D | stack.c | 117 Elf *elf = dwfl_module_getelf (mod, &bias); in get_addr_width() 139 Elf *elf = dwfl_module_getelf (mod, &bias); in module_callback()
|
D | unstrip.c | 2020 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()
|
D | readelf.c | 806 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/ |
D | libdw.map | 121 dwfl_module_getelf;
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
|