Searched refs:entry_vis (Results 1 – 1 of 1) sorted by relevance
5060 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; in add_symbol_adjust() local5062 if (entry_vis < descr_vis) in add_symbol_adjust()5063 fdh->elf.other += entry_vis - descr_vis; in add_symbol_adjust()5064 else if (entry_vis > descr_vis) in add_symbol_adjust()5065 eh->elf.other += descr_vis - entry_vis; in add_symbol_adjust()