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

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 634 #define ELF_ST_INFO ELF32_ST_INFO
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 727 #define ELF_ST_INFO ELF32_ST_INFO
750 #define ELF_ST_INFO ELF64_ST_INFO
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 546 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
1126 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/sys/sys/
exec_elf.h 874 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
880 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
885 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/tools/arm-elf2aout/sys/
exec_elf.h 548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \
1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1099 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF))
1105 #define ELF32_ST_INFO ELF_ST_INFO
1108 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1085 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF))
1091 #define ELF32_ST_INFO ELF_ST_INFO
1094 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1096 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF))
1102 #define ELF32_ST_INFO ELF_ST_INFO
1105 #define ELF64_ST_INFO ELF_ST_INFO
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1118 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF))
1124 #define ELF32_ST_INFO ELF_ST_INFO
1127 #define ELF64_ST_INFO ELF_ST_INFO

Completed in 36 milliseconds