Searched refs:entry_vis (Results 1 – 1 of 1) sorted by relevance
4233 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; in add_symbol_adjust() local4235 if (entry_vis < descr_vis) in add_symbol_adjust()4236 fdh->elf.other += entry_vis - descr_vis; in add_symbol_adjust()4237 else if (entry_vis > descr_vis) in add_symbol_adjust()4238 eh->elf.other += descr_vis - entry_vis; in add_symbol_adjust()