HomeSort by: relevance | last modified time | path
    Searched defs:entry_vis (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 4425 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4430 if (entry_vis < descr_vis)
4431 fdh->elf.other += entry_vis - descr_vis;
4432 else if (entry_vis > descr_vis)
4433 eh->elf.other += descr_vis - entry_vis;
4421 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 4433 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4438 if (entry_vis < descr_vis)
4439 fdh->elf.other += entry_vis - descr_vis;
4440 else if (entry_vis > descr_vis)
4441 eh->elf.other += descr_vis - entry_vis;
4429 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 4432 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4437 if (entry_vis < descr_vis)
4438 fdh->elf.other += entry_vis - descr_vis;
4439 else if (entry_vis > descr_vis)
4440 eh->elf.other += descr_vis - entry_vis;
4428 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 4438 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4443 if (entry_vis < descr_vis)
4444 fdh->elf.other += entry_vis - descr_vis;
4445 else if (entry_vis > descr_vis)
4446 eh->elf.other += descr_vis - entry_vis;
4434 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1; local

Completed in 68 milliseconds