Elf_Note
Elf_Note nhdr;
Elf_Note nhdr;
arch_digest_note(struct Struct_Obj_Entry *obj __unused, const Elf_Note *note)
bool arch_digest_note(struct Struct_Obj_Entry *obj, const Elf_Note *note);
const Elf_Note *note;
for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end;
note = (const Elf_Note *)((const char *)(note + 1) +
static const Elf_Note gnu_property_note = {
gnu_property_cb(const Elf_Note *note, void *arg0, bool *res)
linux_trans_osrel(const Elf_Note *note, int32_t *osrel)
bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
notesize = sizeof(Elf_Note) + /* note header */
notesize = sizeof(Elf_Note) + /* note header */
Elf_Note *note;
note = (Elf_Note *)buf;
notesize = sizeof(Elf_Note) + /* note header */
Elf_Note note;
__elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel)
kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel)
__elfN(parse_notes)(const struct image_params *imgp, const Elf_Note *checknote,
bool (*cb)(const Elf_Note *, void *, bool *), void *cb_arg)
const Elf_Note *note, *note0, *note_end;
note = note0 = (const Elf_Note *)buf;
note_end = (const Elf_Note *)(buf + pnote->p_filesz);
note = note0 = (const Elf_Note *)(imgp->image_header +
note_end = (const Elf_Note *)(imgp->image_header +
sizeof(Elf_Note)) {
note = (const Elf_Note *)((const char *)(note + 1) +
brandnote_cb(const Elf_Note *note, void *arg0, bool *res)
static const Elf_Note fctl_note = {
note_fctl_cb(const Elf_Note *note, void *arg0, bool *res)
typedef Elf_Note Elf32_Nhdr;
typedef Elf_Note Elf64_Nhdr;
typedef Elf_Note Elf_Nhdr;
bool __elfN(parse_notes)(const struct image_params *, const Elf_Note *,
bool (*)(const Elf_Note *, void *, bool *), void *);
Elf_Note hdr;
bool (*trans_osrel)(const Elf_Note *, int32_t *);
Elf_Note note;
offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
offsetof(Elf_Note, n_type),
s = n + sizeof(Elf_Note);
desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0);
n += sizeof(Elf_Note) + namesz + descsz;
offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
offsetof(Elf_Note, n_type),
Elf_Note note;
Elf_Note note;
const Elf_Note *note;