H A D | imgact_elf.c | 95 static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note, 97 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel); 239 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN() 243 p = (uintptr_t)(note + 1); in __elfN() 244 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN() 262 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument 267 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel() 268 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel() 351 * field, and (4) the ".note.ABI-tag" ELF section. in __elfN() 354 /* Look for an ".note in __elfN() 2065 Elf_Note *note; __elfN() local 2094 Elf_Note note; __elfN() local 2725 const Elf_Note *note, *note0, *note_end; __elfN() local 2802 brandnote_cb(const Elf_Note * note,void * arg0,bool * res) brandnote_cb() argument 2831 note_fctl_cb(const Elf_Note * note,void * arg0,bool * res) note_fctl_cb() argument [all...] |