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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c4306 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4308 if (entry_vis < descr_vis)
4309 fdh->elf.other += entry_vis - descr_vis;
4310 else if (entry_vis > descr_vis)
4311 eh->elf.other += descr_vis - entry_vis;
4302 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local

Completed in 118 milliseconds