Searched refs:brand_info (Results 1 – 1 of 1) sorted by relevance
1069 __elfN(load_interp)(struct image_params *imgp, const Elf_Brandinfo *brand_info, in __elfN()1074 if (brand_info->interp_newpath != NULL && in __elfN()1075 (brand_info->interp_path == NULL || in __elfN()1076 strcmp(interp, brand_info->interp_path) == 0)) { in __elfN()1078 brand_info->interp_newpath, addr, entry); in __elfN()1107 Elf_Brandinfo *brand_info; in __CONCAT() local1232 brand_info = __elfN(get_brandinfo)(imgp, interp, &osrel, &fctl0); in __CONCAT()1233 if (brand_info == NULL) { in __CONCAT()1239 sv = brand_info->sysvec; in __CONCAT()1241 if ((brand_info->flags & BI_CAN_EXEC_DYN) == 0) { in __CONCAT()[all …]