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

  /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/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 643 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
1275 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
1280 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)

Completed in 19 milliseconds