Home
last modified time | relevance | path

Searched refs:open_elf (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c77 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() function
221 mod->elferr = open_elf (mod, &mod->main); in __libdwfl_getelf()
544 Dwfl_Error result = open_elf (mod, &mod->debug); in find_debuginfo()
991 if (open_elf (mod, &mod->aux_sym) != DWFL_E_NOERROR) in find_aux_sym()
DChangeLog859 (open_elf_file): First half of open_elf that just opens the elf
861 (open_elf): Call open_elf_file.
923 * dwfl_module_getdwarf.c (open_elf): Only explicitly set
1648 * dwfl_module_getdwarf.c (open_elf): Clear errno before CBFAIL.
1669 * dwfl_module_getdwarf.c (open_elf): Remove section-based
1677 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation
1704 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.
1769 * dwfl_module_getdwarf.c (open_elf): Calculate alignment for bias
1789 * dwfl_module_getdwarf.c (open_elf): Do elf_end and clear FILE->elf in
1856 * dwfl_module_getdwarf.c (open_elf, find_dynsym): Likewise.
[all …]
/external/elfutils/src/
DChangeLog4170 * ldgeneric.c (open_elf): Likewise.