Searched defs:lib_info (Results 1 – 1 of 1) sorted by relevance
56 struct lib_info { struct57 abi_ulong start_code; /* Start of text segment */58 abi_ulong start_data; /* Start of data segment */59 abi_ulong end_data; /* Start of bss section */60 abi_ulong start_brk; /* End of data segment */61 abi_ulong text_len; /* Length of text segment */62 abi_ulong entry; /* Start address for this module */63 abi_ulong build_date; /* When this one was compiled */64 short loaded; /* Has this library been loaded? */