HomeSort by: relevance | last modified time | path
    Searched defs:ELF32_ST_INFO (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 398 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
634 #define ELF_ST_INFO ELF32_ST_INFO
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 437 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
727 #define ELF_ST_INFO ELF32_ST_INFO
  /src/tools/arm-elf2aout/sys/
exec_elf.h 1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1126 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/sys/sys/
exec_elf.h 1274 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)

Completed in 22 milliseconds