Lines Matching defs:ms
69 toomany(struct magic_set *ms, const char *name, uint16_t num) in toomany()
350 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
426 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
472 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
549 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_bid_note()
594 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_os_note()
693 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_pax_note()
733 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_core_note()
945 get_offset_from_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, in get_offset_from_virtaddr()
979 get_string_on_virtaddr(struct magic_set *ms, in get_string_on_virtaddr()
1013 do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_auxv_note()
1120 dodynamic(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in dodynamic()
1156 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in donote()
1349 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, in doshn()
1655 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_exec()
1814 file_tryelf(struct magic_set *ms, const struct buffer *b) in file_tryelf()