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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf64-ppc.c4244 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4246 if (entry_vis < descr_vis)
4247 fdh->elf.other += entry_vis - descr_vis;
4248 else if (entry_vis > descr_vis)
4249 eh->elf.other += descr_vis - entry_vis;
4240 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf64-ppc.c4244 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4246 if (entry_vis < descr_vis)
4247 fdh->elf.other += entry_vis - descr_vis;
4248 else if (entry_vis > descr_vis)
4249 eh->elf.other += descr_vis - entry_vis;
4240 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf64-ppc.c4244 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4246 if (entry_vis < descr_vis)
4247 fdh->elf.other += entry_vis - descr_vis;
4248 else if (entry_vis > descr_vis)
4249 eh->elf.other += descr_vis - entry_vis;
4240 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local

Completed in 276 milliseconds