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

  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 437 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 480 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 588 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/sys/sys/
exec_elf.h 668 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/tools/arm-elf2aout/sys/
exec_elf.h 590 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 590 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1159 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff))
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1145 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff))
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1109 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff))
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1178 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff))

Completed in 217 milliseconds