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