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

  /src/external/gpl3/binutils/dist/bfd/
elf32-i386.c 1145 unsigned int new_to_type = to_type;
1148 new_to_type = to_le_type;
1155 new_to_type = R_386_TLS_GOTIE;
1157 new_to_type = to_ie_type;
1163 check = new_to_type != to_type && from_type == to_type;
1164 to_type = new_to_type;
1142 unsigned int new_to_type = to_type; local
elf64-x86-64.c 1592 unsigned int new_to_type = to_type;
1595 new_to_type = R_X86_64_TPOFF32;
1603 new_to_type = R_X86_64_GOTTPOFF;
1609 check = (new_to_type != to_type
1617 to_type = new_to_type;
1590 unsigned int new_to_type = to_type; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c 1145 unsigned int new_to_type = to_type;
1148 new_to_type = to_le_type;
1155 new_to_type = R_386_TLS_GOTIE;
1157 new_to_type = to_ie_type;
1163 check = new_to_type != to_type && from_type == to_type;
1164 to_type = new_to_type;
1142 unsigned int new_to_type = to_type; local
elf64-x86-64.c 1592 unsigned int new_to_type = to_type;
1595 new_to_type = R_X86_64_TPOFF32;
1603 new_to_type = R_X86_64_GOTTPOFF;
1609 check = (new_to_type != to_type
1617 to_type = new_to_type;
1590 unsigned int new_to_type = to_type; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-i386.c 1139 unsigned int new_to_type = to_type;
1142 new_to_type = to_le_type;
1149 new_to_type = R_386_TLS_GOTIE;
1151 new_to_type = to_ie_type;
1157 check = new_to_type != to_type && from_type == to_type;
1158 to_type = new_to_type;
1136 unsigned int new_to_type = to_type; local
elf64-x86-64.c 1566 unsigned int new_to_type = to_type;
1569 new_to_type = R_X86_64_TPOFF32;
1577 new_to_type = R_X86_64_GOTTPOFF;
1583 check = (new_to_type != to_type
1589 to_type = new_to_type;
1564 unsigned int new_to_type = to_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 1110 unsigned int new_to_type = to_type;
1113 new_to_type = to_le_type;
1120 new_to_type = R_386_TLS_GOTIE;
1122 new_to_type = to_ie_type;
1128 check = new_to_type != to_type && from_type == to_type;
1129 to_type = new_to_type;
1107 unsigned int new_to_type = to_type; local
elf64-x86-64.c 1476 unsigned int new_to_type = to_type;
1479 new_to_type = R_X86_64_TPOFF32;
1487 new_to_type = R_X86_64_GOTTPOFF;
1493 check = new_to_type != to_type && from_type == to_type;
1494 to_type = new_to_type;
1474 unsigned int new_to_type = to_type; local

Completed in 53 milliseconds