Lines Matching refs:magic_set
51 file_private int dophn_core(struct magic_set *, int, int, int, off_t, int,
54 file_private int dophn_exec(struct magic_set *, int, int, int, off_t, int,
56 file_private int doshn(struct magic_set *, int, int, int, off_t, int, size_t,
58 file_private size_t donote(struct magic_set *, void *, size_t, size_t, int,
72 toomany(struct magic_set *ms, const char *name, uint16_t num) in toomany()
353 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
429 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
478 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
555 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_bid_note()
600 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_os_note()
699 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_pax_note()
739 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_core_note()
951 get_offset_from_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, in get_offset_from_virtaddr()
985 get_string_on_virtaddr(struct magic_set *ms, in get_string_on_virtaddr()
1019 do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_auxv_note()
1126 dodynamic(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in dodynamic()
1162 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in donote()
1355 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, in doshn()
1661 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_exec()
1820 file_tryelf(struct magic_set *ms, const struct buffer *b) in file_tryelf()