Symbol: Elf_Note
lib/libprocstat/core.c
212
Elf_Note nhdr;
lib/libprocstat/core.c
467
Elf_Note nhdr;
libexec/rtld-elf/aarch64/reloc.c
59
arch_digest_note(struct Struct_Obj_Entry *obj __unused, const Elf_Note *note)
libexec/rtld-elf/aarch64/rtld_machdep.h
54
bool arch_digest_note(struct Struct_Obj_Entry *obj, const Elf_Note *note);
libexec/rtld-elf/rtld.c
1782
const Elf_Note *note;
libexec/rtld-elf/rtld.c
1786
for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end;
libexec/rtld-elf/rtld.c
1787
note = (const Elf_Note *)((const char *)(note + 1) +
sys/arm64/arm64/elf_machdep.c
338
static const Elf_Note gnu_property_note = {
sys/arm64/arm64/elf_machdep.c
345
gnu_property_cb(const Elf_Note *note, void *arg0, bool *res)
sys/compat/linux/linux_elf.c
468
linux_trans_osrel(const Elf_Note *note, int32_t *osrel)
sys/compat/linux/linux_elf.h
48
bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
sys/kern/imgact_elf.c
103
static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
sys/kern/imgact_elf.c
105
static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
sys/kern/imgact_elf.c
2073
notesize = sizeof(Elf_Note) + /* note header */
sys/kern/imgact_elf.c
2102
notesize = sizeof(Elf_Note) + /* note header */
sys/kern/imgact_elf.c
2126
Elf_Note *note;
sys/kern/imgact_elf.c
2132
note = (Elf_Note *)buf;
sys/kern/imgact_elf.c
2144
notesize = sizeof(Elf_Note) + /* note header */
sys/kern/imgact_elf.c
2155
Elf_Note note;
sys/kern/imgact_elf.c
249
__elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel)
sys/kern/imgact_elf.c
272
kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel)
sys/kern/imgact_elf.c
2835
__elfN(parse_notes)(const struct image_params *imgp, const Elf_Note *checknote,
sys/kern/imgact_elf.c
2837
bool (*cb)(const Elf_Note *, void *, bool *), void *cb_arg)
sys/kern/imgact_elf.c
2839
const Elf_Note *note, *note0, *note_end;
sys/kern/imgact_elf.c
2864
note = note0 = (const Elf_Note *)buf;
sys/kern/imgact_elf.c
2865
note_end = (const Elf_Note *)(buf + pnote->p_filesz);
sys/kern/imgact_elf.c
2867
note = note0 = (const Elf_Note *)(imgp->image_header +
sys/kern/imgact_elf.c
2869
note_end = (const Elf_Note *)(imgp->image_header +
sys/kern/imgact_elf.c
2880
sizeof(Elf_Note)) {
sys/kern/imgact_elf.c
2897
note = (const Elf_Note *)((const char *)(note + 1) +
sys/kern/imgact_elf.c
2916
brandnote_cb(const Elf_Note *note, void *arg0, bool *res)
sys/kern/imgact_elf.c
2933
static const Elf_Note fctl_note = {
sys/kern/imgact_elf.c
2945
note_fctl_cb(const Elf_Note *note, void *arg0, bool *res)
sys/sys/elf32.h
158
typedef Elf_Note Elf32_Nhdr;
sys/sys/elf64.h
172
typedef Elf_Note Elf64_Nhdr;
sys/sys/elf_common.h
53
typedef Elf_Note Elf_Nhdr;
sys/sys/imgact_elf.h
127
bool __elfN(parse_notes)(const struct image_params *, const Elf_Note *,
sys/sys/imgact_elf.h
129
bool (*)(const Elf_Note *, void *, bool *), void *);
sys/sys/imgact_elf.h
72
Elf_Note hdr;
sys/sys/imgact_elf.h
75
bool (*trans_osrel)(const Elf_Note *, int32_t *);
usr.bin/elfctl/elfctl.c
369
Elf_Note note;
usr.bin/elfdump/elfdump.c
107
offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
usr.bin/elfdump/elfdump.c
108
offsetof(Elf_Note, n_type),
usr.bin/elfdump/elfdump.c
1093
s = n + sizeof(Elf_Note);
usr.bin/elfdump/elfdump.c
1094
desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0);
usr.bin/elfdump/elfdump.c
1096
n += sizeof(Elf_Note) + namesz + descsz;
usr.bin/elfdump/elfdump.c
148
offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
usr.bin/elfdump/elfdump.c
149
offsetof(Elf_Note, n_type),
usr.bin/gcore/elfcore.c
406
Elf_Note note;
usr.bin/gcore/elfcore.c
440
Elf_Note note;
usr.bin/ldd/ldd.c
270
const Elf_Note *note;