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

  /src/tools/amiga-elf2bb/sys/
exec_elf.h 441 #define ELF64_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf)))
750 #define ELF_ST_INFO ELF64_ST_INFO
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/sys/sys/
exec_elf.h 885 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/tools/arm-elf2aout/sys/
exec_elf.h 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1108 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1094 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1058 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1127 #define ELF64_ST_INFO ELF_ST_INFO

Completed in 69 milliseconds