Lines Matching refs:Elf_Byte
55 typedef uint8_t Elf_Byte;459 Elf_Byte st_info; /* type / binding attrs */460 Elf_Byte st_other; /* unused */466 Elf_Byte st_info; /* type / binding attrs */467 Elf_Byte st_other; /* unused */516 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \