Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/include/elf/
HDppc64.h213 ppc64_decode_local_entry(unsigned int other) in END_RELOC_NUMBERS()
233 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
/dragonfly/contrib/binutils-2.34/include/elf/
HDppc64.h261 ppc64_decode_local_entry(unsigned int other) in END_RELOC_NUMBERS()
281 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
/dragonfly/contrib/binutils-2.27/elfcpp/
HDpowerpc.h256 ppc64_decode_local_entry(unsigned int other) in ppc64_decode_local_entry() function
/dragonfly/contrib/binutils-2.27/gold/
HDpowerpc.cc313 { return elfcpp::ppc64_decode_local_entry(sym->nonvis() >> 3); } in ppc64_local_entry_offset()
317 { return elfcpp::ppc64_decode_local_entry(this->st_other_[symndx] >> 5); } in ppc64_local_entry_offset()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c11318 other = ppc64_decode_local_entry (other); in get_ppc64_symbol_other()