Home
last modified time | relevance | path

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

/external/oprofile/opjitconv/
Dopjitconv.h99 bfd * open_elf(char const * filename);
Dconversion.c68 if ((cur_bfd = open_elf(elffile)) == NULL) { in op_jit_convert()
Dcreate_bfd.c250 bfd * open_elf(char const * filename) in open_elf() function
/external/elfutils/0.153/libdwfl/
DChangeLog41 * dwfl_module_getdwarf.c (open_elf): Clear errno before CBFAIL.
62 * dwfl_module_getdwarf.c (open_elf): Remove section-based
70 * dwfl_module_getdwarf.c (open_elf): Enhance address_sync calculation
97 * dwfl_module_getdwarf.c (open_elf): Initialize vaddr and address_sync.
162 * dwfl_module_getdwarf.c (open_elf): Calculate alignment for bias
182 * dwfl_module_getdwarf.c (open_elf): Do elf_end and clear FILE->elf in
249 * dwfl_module_getdwarf.c (open_elf, find_dynsym): Likewise.
459 * dwfl_module_getdwarf.c (open_elf): Likewise.
532 * dwfl_module_getdwarf.c (open_elf): Extract elf_errno () for
602 * dwfl_module_getdwarf.c (open_elf): Bias of ET_EXEC files is always 0.
[all …]
Ddwfl_module_getdwarf.c60 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf() function
177 mod->elferr = open_elf (mod, &mod->main); in __libdwfl_getelf()
558 Dwfl_Error result = open_elf (mod, &mod->debug); in find_debuginfo()
/external/elfutils/0.153/src/
Dldgeneric.c1721 open_elf (struct usedfiles *fileinfo, Elf *elf) in open_elf() function
2235 res = open_elf (fileinfo, elf_begin (fileinfo->fd, in ld_generic_file_process()
DChangeLog1741 * ldgeneric.c (open_elf): Likewise.