Home
last modified time | relevance | path

Searched defs:lib_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflatload.c54 struct lib_info { struct
55 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? */
/openbmc/linux/fs/
H A Dbinfmt_flat.c81 struct lib_info { struct
82 struct {
90 } lib_list[MAX_SHARED_LIBS];
/openbmc/linux/arch/x86/include/asm/
H A Dplatform_sst_audio.h130 const struct sst_lib_dnld_info *lib_info; member
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.h123 struct skl_lib_info lib_info[SKL_MAX_LIB]; member
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h299 struct module_info lib_info; /* library info type, capabilities etc */ member