Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dppc64.h204 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in END_RELOC_NUMBERS() macro
228 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
DChangeLog128 * ppc64.h (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK): Define.
/toolchain/binutils/binutils-2.25/elfcpp/
Dpowerpc.h249 STO_PPC64_LOCAL_MASK = 0xE0 enumerator
DChangeLog90 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c2285 elfsym->internal_elf_sym.st_other &= ~STO_PPC64_LOCAL_MASK; in ppc_elf_localentry()
6316 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0) in ppc_force_relocation()
6352 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0) in ppc_fix_adjustable()
/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc1889 if ((st_other & elfcpp::STO_PPC64_LOCAL_MASK) != 0) in do_read_symbols()
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c4838 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0) in ppc64_elf_add_symbol_hook()