Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c4950 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; in add_symbol_adjust() local
4952 if (entry_vis < descr_vis) in add_symbol_adjust()
4953 fdh->elf.other += entry_vis - descr_vis; in add_symbol_adjust()
4954 else if (entry_vis > descr_vis) in add_symbol_adjust()
4955 eh->elf.other += descr_vis - entry_vis; in add_symbol_adjust()