Searched refs:elf_note (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/xen/interface/
H A Dlibelf.h72 } elf_note; typedef in typeref:union:__anon10602
166 const char *elf_note_name(struct elf_binary *elf, const elf_note * note);
167 const void *elf_note_desc(struct elf_binary *elf, const elf_note * note);
168 uint64_t elf_note_numeric(struct elf_binary *elf, const elf_note * note);
169 const elf_note *elf_note_next(struct elf_binary *elf, const elf_note * note);
259 const elf_note *note);
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h199 typedef struct elf_note { struct

Completed in 52 milliseconds