| H A D | imgact_elf.c | 103 static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note, 105 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel); 249 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN() 253 p = (uintptr_t)(note + 1); in __elfN() 254 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN() 272 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument 277 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel() 278 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel() 361 * field, and (4) the ".note.ABI-tag" ELF section. in __elfN() 364 /* Look for an ".note in __elfN() 2111 Elf_Note *note; __elfN() local 2140 Elf_Note note; __elfN() local 2824 const Elf_Note *note, *note0, *note_end; __elfN() local 2901 brandnote_cb(const Elf_Note * note,void * arg0,bool * res) brandnote_cb() argument 2930 note_fctl_cb(const Elf_Note * note,void * arg0,bool * res) note_fctl_cb() argument [all...] |