Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c911 mod->aux_sym.address_sync = mod->main.address_sync; in find_aux_address_sync()
917 || unlikely (gelf_getehdr (mod->aux_sym.elf, &ehdr_aux) == NULL)) in find_aux_address_sync()
919 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()
923 if (mod->aux_sym.address_sync != 0) in find_aux_address_sync()
924 return find_prelink_address_sync (mod, &mod->aux_sym) == DWFL_E_NOERROR; in find_aux_address_sync()
984 mod->aux_sym.elf = elf_memory (buffer, size); in find_aux_sym()
985 if (mod->aux_sym.elf == NULL) in find_aux_sym()
989 mod->aux_sym.fd = -1; in find_aux_sym()
990 mod->aux_sym.elf->flags |= ELF_F_MALLOCED; in find_aux_sym()
991 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.h172 struct dwfl_file main, debug, aux_sym; member
364 - mod->aux_sym.address_sync in dwfl_adjusted_aux_sym_addr()
373 + mod->aux_sym.address_sync); in dwfl_deadjust_aux_sym_addr()
Ddwfl_module.c114 free_file (&mod->aux_sym); in __libdwfl_module_free()
DChangeLog619 sections and aux_str, aux_xndx and aux_sym sections if necessary.
1783 * libdwflP.h (struct Dwfl_Module): Add aux_sym, aux_symdata,
1800 * dwfl_module.c (__libdwfl_module_free): Free aux_sym.