Home
last modified time | relevance | path

Searched refs:Elf_Byte (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/sys/
Dexec_elf.h55 typedef uint8_t Elf_Byte; typedef
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) | \