Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c910 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
916 || unlikely (gelf_getehdr (mod->aux_sym.elf, &ehdr_aux) == NULL)) in find_aux_address_sync()
918 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
922 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
923 return find_prelink_address_sync (mod, &mod->aux_sym) == DWFL_E_NOERROR; in find_aux_address_sync()
983 mod->aux_sym.elf = elf_memory (buffer, size); in find_aux_sym()
984 if (mod->aux_sym.elf == NULL) in find_aux_sym()
988 mod->aux_sym.fd = -1; in find_aux_sym()
989 mod->aux_sym.elf->flags |= ELF_F_MALLOCED; in find_aux_sym()
990 if (open_elf (mod, &mod->aux_sym) != DWFL_E_NOERROR) in find_aux_sym()
[all …]
Ddwfl_module_getsym.c76 elf = mod->aux_sym.elf; in __libdwfl_getsym()
94 elf = mod->aux_sym.elf; in __libdwfl_getsym()
DlibdwflP.h173 struct dwfl_file main, debug, aux_sym; member
367 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()
376 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
Ddwfl_module.c113 free_file (&mod->aux_sym); in __libdwfl_module_free()
DChangeLog892 sections and aux_str, aux_xndx and aux_sym sections if necessary.
2056 * libdwflP.h (struct Dwfl_Module): Add aux_sym, aux_symdata,
2073 * dwfl_module.c (__libdwfl_module_free): Free aux_sym.