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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1115 unsigned symvis = ELF_ST_VISIBILITY (st_other);
1120 if (symvis - 1 < hvis - 1)
1121 h->other = symvis | (h->other & ~ELF_ST_VISIBILITY (-1));
1112 unsigned symvis = ELF_ST_VISIBILITY (st_other); local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 1108 unsigned symvis = ELF_ST_VISIBILITY (st_other);
1113 if (symvis - 1 < hvis - 1)
1114 h->other = symvis | (h->other & ~ELF_ST_VISIBILITY (-1));
1105 unsigned symvis = ELF_ST_VISIBILITY (st_other); local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 1069 unsigned symvis = ELF_ST_VISIBILITY (st_other);
1074 if (symvis - 1 < hvis - 1)
1075 h->other = symvis | (h->other & ~ELF_ST_VISIBILITY (-1));
1066 unsigned symvis = ELF_ST_VISIBILITY (st_other); local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 1069 unsigned symvis = ELF_ST_VISIBILITY (st_other);
1074 if (symvis - 1 < hvis - 1)
1075 h->other = symvis | (h->other & ~ELF_ST_VISIBILITY (-1));
1066 unsigned symvis = ELF_ST_VISIBILITY (st_other); local

Completed in 61 milliseconds