Lines Matching defs:osrel
88 const char *interp, int32_t *osrel, uint32_t *fctl0);
96 int32_t *osrel);
97 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
99 Elf_Brandnote *checknote, int32_t *osrel, bool *has_fctl0,
239 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel)
245 *osrel = *(const int32_t *)(p);
262 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel)
278 *osrel = desc[1] * 100000 + desc[2] * 1000 + desc[3];
338 int32_t *osrel, uint32_t *fctl0)
366 *osrel = 0;
367 ret = __elfN(check_note)(imgp, bi->brand_note, osrel,
371 ret = bi->header_supported(imgp, osrel,
1112 int32_t osrel;
1145 osrel = 0;
1232 brand_info = __elfN(get_brandinfo)(imgp, interp, &osrel, &fctl0);
1428 imgp->proc->p_osrel = osrel;
2798 int32_t *osrel;
2814 arg->brandnote->trans_osrel(note, arg->osrel) : true;
2855 int32_t *osrel, bool *has_fctl0, uint32_t *fctl0)
2866 b_arg.osrel = osrel;