Home
last modified time | relevance | path

Searched refs:STO_MIPS_PIC (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h844 #define STO_MIPS_PIC 0x20 macro
845 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
849 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
DChangeLog533 (STO_MIPS_PLT, STO_MIPS_PIC): Rework.
1136 (STO_MIPS_PIC, DT_MIPS_PLTGOT, DT_MIPS_RWPLT): New macros.
/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h310 STO_MIPS_PIC = 0x20, enumerator
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2008308 STO_MIPS_PIC.
Dreadelf.c9616 case STO_MIPS_PIC: in get_mips_symbol_other()
9620 case STO_MICROMIPS | STO_MIPS_PIC: in get_mips_symbol_other()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc1074 == (elfcpp::STO_MIPS_PIC >> 2)); in is_pic()
1086 | (elfcpp::STO_MIPS_PIC >> 2)); in set_pic()
1090 | (elfcpp::STO_MIPS_PIC >> 2)); in set_pic()