Searched defs:lib_info (Results 1 – 5 of 5) sorted by relevance
54 struct lib_info { struct55 abi_ulong start_code; /* Start of text segment */56 abi_ulong start_data; /* Start of data segment */57 abi_ulong end_data; /* Start of bss section */58 abi_ulong start_brk; /* End of data segment */59 abi_ulong text_len; /* Length of text segment */60 abi_ulong entry; /* Start address for this module */61 abi_ulong build_date; /* When this one was compiled */62 short loaded; /* Has this library been loaded? */
81 struct lib_info { struct82 struct {90 } lib_list[MAX_SHARED_LIBS];
130 const struct sst_lib_dnld_info *lib_info; member
123 struct skl_lib_info lib_info[SKL_MAX_LIB]; member
299 struct module_info lib_info; /* library info type, capabilities etc */ member