Home
last modified time | relevance | path

Searched refs:aux_sym (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c864 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
870 || unlikely (gelf_getehdr (mod->aux_sym.elf, &ehdr_aux) == NULL)) in find_aux_address_sync()
872 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
876 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
877 return find_prelink_address_sync (mod, &mod->aux_sym) == DWFL_E_NOERROR; in find_aux_address_sync()
937 mod->aux_sym.elf = elf_memory (buffer, size); in find_aux_sym()
938 if (mod->aux_sym.elf == NULL) in find_aux_sym()
942 mod->aux_sym.fd = -1; in find_aux_sym()
943 mod->aux_sym.elf->flags |= ELF_F_MALLOCED; in find_aux_sym()
944 if (open_elf (mod, &mod->aux_sym) != DWFL_E_NOERROR) in find_aux_sym()
[all …]
Ddwfl_module_getsym.c72 elf = mod->aux_sym.elf; in __libdwfl_getsym()
90 elf = mod->aux_sym.elf; in __libdwfl_getsym()
DlibdwflP.h166 struct dwfl_file main, debug, aux_sym; member
357 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()
366 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
Ddwfl_module.c92 free_file (&mod->aux_sym); in __libdwfl_module_free()
DChangeLog828 * libdwflP.h (struct Dwfl_Module): Add aux_sym, aux_symdata,
845 * dwfl_module.c (__libdwfl_module_free): Free aux_sym.