Home
last modified time | relevance | path

Searched refs:ppc64_decode_local_entry (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dppc64.h208 ppc64_decode_local_entry(unsigned int other) in END_RELOC_NUMBERS()
228 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
DChangeLog129 (ppc64_decode_local_entry, ppc64_encode_local_entry): New functions.
/toolchain/binutils/binutils-2.25/elfcpp/
Dpowerpc.h254 ppc64_decode_local_entry(unsigned int other) in ppc64_decode_local_entry() function
DChangeLog91 (ppc64_decode_local_entry): New function.
/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc310 { return elfcpp::ppc64_decode_local_entry(sym->nonvis() >> 3); } in ppc64_local_entry_offset()
314 { return elfcpp::ppc64_decode_local_entry(this->st_other_[symndx] >> 5); } in ppc64_local_entry_offset()