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

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 893 to be set except for STO_MIPS16. */
903 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
907 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
911 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
917 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
921 #define STO_MIPS16 0xf0
922 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
923 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. Th
    [all...]
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 893 to be set except for STO_MIPS16. */
903 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
907 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
911 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
917 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
921 #define STO_MIPS16 0xf0
922 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
923 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. Th
    [all...]
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 893 to be set except for STO_MIPS16. */
903 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
907 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
911 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
917 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
921 #define STO_MIPS16 0xf0
922 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
923 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. Th
    [all...]
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 888 to be set except for STO_MIPS16. */
898 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
902 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
906 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
912 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
916 #define STO_MIPS16 0xf0
917 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
918 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
921 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. Th
    [all...]

Completed in 28 milliseconds