OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alt_elf
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c
68
Dwfl_Error error = __libdw_open_file (&fd, &mod->
alt_elf
,
75
ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->
alt_elf
,
83
elf_end (mod->
alt_elf
);
84
mod->
alt_elf
= NULL;
find-debuginfo.c
106
Dwfl_Error error = __libdw_open_file (&fd, &mod->
alt_elf
,
113
ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->
alt_elf
,
121
elf_end (mod->
alt_elf
);
122
mod->
alt_elf
= NULL;
377
|| (mod->dw != NULL && mod->
alt_elf
!= NULL)
dwfl_module.c
101
if (mod->
alt_elf
!= NULL)
102
elf_end (mod->
alt_elf
);
dwfl_module_getdwarf.c
575
/* The (internal) callbacks might just set mod->
alt_elf
directly
579
Dwfl_Error error = open_elf_file (&mod->
alt_elf
, &mod->alt_fd,
583
mod->alt = INTUSE(dwarf_begin_elf) (mod->
alt_elf
,
587
elf_end (mod->
alt_elf
);
588
mod->
alt_elf
= NULL;
[
all
...]
libdwflP.h
198
Elf *
alt_elf
; /* Elf for alt Dwarf. */
member in struct:Dwfl_Module
Completed in 134 milliseconds