Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/elf/
HDppc64.h208 #define STO_PPC64_LOCAL_BIT 5 in END_RELOC_NUMBERS() macro
209 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in END_RELOC_NUMBERS()
234 >> STO_PPC64_LOCAL_BIT)
237 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
/dragonfly/contrib/binutils-2.34/include/elf/
HDppc64.h256 #define STO_PPC64_LOCAL_BIT 5 in END_RELOC_NUMBERS() macro
257 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in END_RELOC_NUMBERS()
282 >> STO_PPC64_LOCAL_BIT)
285 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
/dragonfly/contrib/binutils-2.27/elfcpp/
HDpowerpc.h250 STO_PPC64_LOCAL_BIT = 5, enumerator
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c11313 other >>= STO_PPC64_LOCAL_BIT; in get_ppc64_symbol_other()