Searched refs:aux_sym (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c904 mod->aux_sym.address_sync = mod->main.address_sync;
910 || unlikely (gelf_getehdr (mod->aux_sym.elf, &ehdr_aux) == NULL))
912 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry;
916 if (mod->aux_sym.address_sync != 0)
917 return find_prelink_address_sync (mod, &mod->aux_sym) == DWFL_E_NOERROR;
977 mod->aux_sym.elf = elf_memory (buffer, size);
978 if (mod->aux_sym.elf == NULL)
982 mod->aux_sym.fd = -1;
983 mod->aux_sym.elf->flags |= ELF_F_MALLOCED;
984 if (open_elf (mod, &mod->aux_sym) !
[all...]
H A Ddwfl_module_getsym.c72 elf = mod->aux_sym.elf;
90 elf = mod->aux_sym.elf;
H A DlibdwflP.h176 struct dwfl_file main, debug, aux_sym; member in struct:Dwfl_Module
188 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */
190 int aux_first_global; /* Index of first global of aux_sym table. */
192 Elf_Data *aux_symstrdata; /* Data for aux_sym string table. */
367 - mod->aux_sym.address_sync
376 + mod->aux_sym.address_sync);
H A Ddwfl_module.c110 free_file (&mod->aux_sym);

Completed in 56 milliseconds