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

/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c146 #define xsh_addr (clazz == ELFCLASS32 \
149 #define xsh_sizeof (clazz == ELFCLASS32 \
152 #define xsh_size CAST(size_t, (clazz == ELFCLASS32 \
155 #define xsh_offset CAST(off_t, (clazz == ELFCLASS32 \
158 #define xsh_type (clazz == ELFCLASS32 \
161 #define xsh_name (clazz == ELFCLASS32 \
165 #define xph_addr (clazz == ELFCLASS32 \
168 #define xph_sizeof (clazz == ELFCLASS32 \
171 #define xph_type (clazz == ELFCLASS32 \
174 #define xph_offset CAST(off_t, (clazz
349 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags, uint16_t *notecount) argument
726 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags, size_t size, int clazz) argument
931 get_offset_from_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, off_t off, int num, off_t fsize, uint64_t virtaddr) argument
961 get_string_on_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, off_t ph_off, int ph_num, off_t fsize, uint64_t virtaddr, char *buf, ssize_t buflen) argument
994 do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz __attribute__((__unused__)), uint32_t descsz __attribute__((__unused__)), size_t noff __attribute__((__unused__)), size_t doff, int *flags, size_t size __attribute__((__unused__)), int clazz, int fd, off_t ph_off, int ph_num, off_t fsize) argument
1101 dodynamic(struct magic_set *ms, void *vbuf, size_t offset, size_t size, int clazz, int swap) argument
1133 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, int clazz, int swap, size_t align, int *flags, uint16_t *notecount, int fd, off_t ph_off, int ph_num, off_t fsize) argument
1328 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int mach, int strtab, int *flags, uint16_t *notecount) argument
1616 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int sh_num, int *flags, uint16_t *notecount) argument
1769 int clazz; local
[all...]
H A Delfclass.h43 if (dophn_core(ms, clazz, swap, fd,
58 if (dophn_exec(ms, clazz, swap, fd,
68 if (doshn(ms, clazz, swap, fd,

Completed in 87 milliseconds