/external/elfutils/libdwfl/ |
dwfl_module_getelf.c | 32 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) function 67 INTDEF (dwfl_module_getelf)
|
Makefile.am | 47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
Android.mk | 50 dwfl_module_getelf.c \
|
libdwfl.h | 248 returned when determinable, call dwfl_module_getelf first. */ 425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias) [all...] |
libdwflP.h | 723 INTDECL (dwfl_module_getelf)
|
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 81 Elf *elf = dwfl_module_getelf (module, &bias); 83 error (2, 0, "dwfl_module_getelf: %s", dwfl_errmsg (-1));
|
allregs.c | 58 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */
|
dwflsyms.c | 193 Elf *melf = dwfl_module_getelf (mod, &ebias);
|
backtrace.c | 377 Elf *elf = dwfl_module_getelf (data.mod, &loadbase);
|
varlocs.c | 802 Elf *elf = dwfl_module_getelf (mod, &elfbias);
|
/external/elfutils/src/ |
addr2line.c | 462 Elf *elf = dwfl_module_getelf (mod, &ebias); 549 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx), 600 Elf *elf = dwfl_module_getelf (mod, &bias);
|
stack.c | 117 Elf *elf = dwfl_module_getelf (mod, &bias); 139 Elf *elf = dwfl_module_getelf (mod, &bias);
|
unstrip.c | [all...] |
readelf.c | 829 Elf *elf = dwfl_module_getelf (dwflmod, &dwflbias); [all...] |