Home
last modified time | relevance | path

Searched refs:STO_MIPS_PLT (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dcompressed-plt-1-o32-mips16-only.rd25 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
27 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-o32-se.rd25 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
27 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-o32-umips-only.rd25 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
27 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-n32-mips16.rd47 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
49 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-n32-umips.rd47 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
49 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-o32-mips16.rd47 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
49 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-o32-umips.rd47 # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
49 # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
Dcompressed-plt-1-o32-mips16-got.rd47 # value. They must also have STO_MIPS_PLT in order to distinguish them from
Dcompressed-plt-1-o32-umips-got.rd47 # value. They must also have STO_MIPS_PLT in order to distinguish them from
Dcompressed-plt-1-o32-mips16-word.rd62 # value. They must also have STO_MIPS_PLT in order to distinguish them from
Dcompressed-plt-1-o32-umips-word.rd62 # value. They must also have STO_MIPS_PLT in order to distinguish them from
/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h836 #define STO_MIPS_PLT 0x8 macro
840 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
844 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
DChangeLog-0415824 (STO_MIPS_PLT, STO_MIPS_PIC): Rework.
1436 * mips.h (STO_MIPS_PLT, ELF_ST_IS_MIPS_PLT, ELF_ST_SET_MIPS_PLT)
/toolchain/binutils/binutils-2.27/elfcpp/
Dmips.h451 STO_MIPS_PLT = 0x8, enumerator
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2008307 * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
Dreadelf.c10438 case STO_MIPS_PLT: in get_mips_symbol_other()
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc1195 | (elfcpp::STO_MIPS_PLT >> 2)); in set_mips_plt()
1200 | (elfcpp::STO_MIPS_PLT >> 2)); in set_mips_plt()