Searched refs:Elf_Byte (Results 1 – 1 of 1) sorted by relevance
55 typedef uint8_t Elf_Byte; typedef459 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) | \