Symbol: Elf_Byte
sys/arch/atari/stand/tostools/libtos/exec_elf.h
363
Elf_Byte st_info; /* type / binding attrs */
sys/arch/atari/stand/tostools/libtos/exec_elf.h
364
Elf_Byte st_other; /* unused */
sys/arch/atari/stand/tostools/libtos/exec_elf.h
398
#define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
sys/arch/epoc32/stand/e32boot/include/elf.h
488
Elf_Byte st_info; /* type / binding attrs */
sys/arch/epoc32/stand/e32boot/include/elf.h
489
Elf_Byte st_other; /* unused */
sys/arch/epoc32/stand/e32boot/include/elf.h
495
Elf_Byte st_info; /* type / binding attrs */
sys/arch/epoc32/stand/e32boot/include/elf.h
496
Elf_Byte st_other; /* unused */
sys/arch/epoc32/stand/e32boot/include/elf.h
546
#define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
sys/lib/libsa/loadfile_elf32.c
126
externalize_ehdr(Elf_Byte bo, Elf_Ehdr *ehdr)
sys/lib/libsa/loadfile_elf32.c
163
internalize_phdr(Elf_Byte bo, Elf_Phdr *phdr)
sys/lib/libsa/loadfile_elf32.c
190
internalize_shdr(Elf_Byte bo, Elf_Shdr *shdr)
sys/lib/libsa/loadfile_elf32.c
221
externalize_shdr(Elf_Byte bo, Elf_Shdr *shdr)
sys/lib/libsa/loadfile_elf32.c
89
internalize_ehdr(Elf_Byte bo, Elf_Ehdr *ehdr)
sys/sys/exec_elf.h
579
Elf_Byte st_info; /* type / binding attrs */
sys/sys/exec_elf.h
580
Elf_Byte st_other; /* unused */
sys/sys/exec_elf.h
586
Elf_Byte st_info; /* type / binding attrs */
sys/sys/exec_elf.h
587
Elf_Byte st_other; /* unused */
sys/sys/exec_elf.h
874
#define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
tools/amiga-elf2bb/sys/exec_elf.h
393
Elf_Byte st_info; /* type / binding attrs */
tools/amiga-elf2bb/sys/exec_elf.h
394
Elf_Byte st_other; /* unused */
tools/amiga-elf2bb/sys/exec_elf.h
400
Elf_Byte st_info; /* type / binding attrs */
tools/amiga-elf2bb/sys/exec_elf.h
401
Elf_Byte st_other; /* unused */
tools/amiga-elf2bb/sys/exec_elf.h
437
#define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
tools/amiga-elf2bb/sys/exec_elf.h
441
#define ELF64_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
tools/arm-elf2aout/sys/exec_elf.h
490
Elf_Byte st_info; /* type / binding attrs */
tools/arm-elf2aout/sys/exec_elf.h
491
Elf_Byte st_other; /* unused */
tools/arm-elf2aout/sys/exec_elf.h
497
Elf_Byte st_info; /* type / binding attrs */
tools/arm-elf2aout/sys/exec_elf.h
498
Elf_Byte st_other; /* unused */
tools/arm-elf2aout/sys/exec_elf.h
548
#define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
tools/m68k-elf2aout/sys/exec_elf.h
490
Elf_Byte st_info; /* type / binding attrs */
tools/m68k-elf2aout/sys/exec_elf.h
491
Elf_Byte st_other; /* unused */
tools/m68k-elf2aout/sys/exec_elf.h
497
Elf_Byte st_info; /* type / binding attrs */
tools/m68k-elf2aout/sys/exec_elf.h
498
Elf_Byte st_other; /* unused */
tools/m68k-elf2aout/sys/exec_elf.h
548
#define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
usr.sbin/lockstat/elf32.c
171
Elf_Byte st;