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

  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 548 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
1127 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
1132 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
  /src/sys/sys/
exec_elf.h 876 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
881 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
886 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
  /src/tools/arm-elf2aout/sys/
exec_elf.h 550 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
1156 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
1161 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 550 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
1156 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
1161 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1113 #define ELF_ST_VISIBILITY(v) ((v) & 0x3)
1117 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY
1118 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1099 #define ELF_ST_VISIBILITY(v) ((v) & 0x3)
1103 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY
1104 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1110 #define ELF_ST_VISIBILITY(v) ((v) & 0x3)
1114 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY
1115 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1132 #define ELF_ST_VISIBILITY(v) ((v) & 0x3)
1136 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY
1137 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY

Completed in 46 milliseconds