Home
last modified time | relevance | path

Searched refs:Elf_Note (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/sys/
H A Dimgact_elf.h71 Elf_Note hdr;
74 bool (*trans_osrel)(const Elf_Note *, int32_t *);
H A Delf32.h158 typedef Elf_Note Elf32_Nhdr;
H A Delf64.h172 typedef Elf_Note Elf64_Nhdr;
H A Delf_common.h54 } Elf_Note; typedef
55 typedef Elf_Note Elf_Nhdr;
/f-stack/freebsd/kern/
H A Dimgact_elf.c2055 notesize = sizeof(Elf_Note) + /* note header */ in register_note()
2079 Elf_Note *note; in __elfN()
2085 note = (Elf_Note *)buf; in __elfN()
2097 notesize = sizeof(Elf_Note) + /* note header */ in __elfN()
2108 Elf_Note note; in __elfN()
2628 const Elf_Note *note, *note0, *note_end; in __elfN()
2653 note = note0 = (const Elf_Note *)buf; in __elfN()
2658 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2664 (const char *)note < sizeof(Elf_Note)) { in __elfN()
2680 note = (const Elf_Note *)((const char *)(note + 1) + in __elfN()
[all …]
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c77 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
474 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c103 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
830 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c99 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
950 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c112 static bool linux32_trans_osrel(const Elf_Note *note, int32_t *osrel);
973 linux32_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux32_trans_osrel()