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

  /src/external/gpl3/binutils/dist/bfd/
elf32-s390.c 1306 p->pc_count = 0;
1316 p->pc_count += 1;
1404 bfd_size_type pc_count = 0, count = 0; local
1410 pc_count += p->pc_count;
1411 p->count -= p->pc_count;
1412 p->pc_count = 0;
1420 if (pc_count || count)
1701 p->count -= p->pc_count;
1702 p->pc_count = 0
    [all...]
elf64-s390.c 1321 p->pc_count = 0;
1332 p->pc_count += 1;
1421 bfd_size_type pc_count = 0, count = 0; local
1427 pc_count += p->pc_count;
1428 p->count -= p->pc_count;
1429 p->pc_count = 0;
1437 if (pc_count || count)
1855 p->count -= p->pc_count;
1856 p->pc_count = 0
    [all...]
elfxx-x86.c 396 /* Relocs that use pc_count are those that appear on a call
408 p->count -= p->pc_count;
409 p->pc_count = 0;
448 if (p->pc_count == 0)
453 p->count = p->pc_count;
484 if (p->pc_count != 0)
3451 bfd_size_type pc_count = 0, count = 0; local
3457 pc_count += p->pc_count;
3458 p->count -= p->pc_count;
    [all...]
elf-bfd.h 3295 bfd_size_type pc_count;
3292 bfd_size_type pc_count; member in struct:elf_dyn_relocs
elf64-ppc.c 3107 unsigned int pc_count;
4130 q->pc_count += p->pc_count;
5416 p->pc_count = 0;
5421 p->pc_count += 1;
6663 if (p->pc_count != 0)
7321 p->pc_count -= 1;
9989 /* Relocs that use pc_count are those that appear on a call
10002 p->count -= p->pc_count;
10003 p->pc_count = 0
3103 unsigned int pc_count; member in struct:ppc_dyn_relocs
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-s390.c 1306 p->pc_count = 0;
1316 p->pc_count += 1;
1405 bfd_size_type pc_count = 0, count = 0; local
1411 pc_count += p->pc_count;
1412 p->count -= p->pc_count;
1413 p->pc_count = 0;
1421 if (pc_count || count)
1702 p->count -= p->pc_count;
1703 p->pc_count = 0
    [all...]
elf64-s390.c 1321 p->pc_count = 0;
1332 p->pc_count += 1;
1421 bfd_size_type pc_count = 0, count = 0; local
1427 pc_count += p->pc_count;
1428 p->count -= p->pc_count;
1429 p->pc_count = 0;
1437 if (pc_count || count)
1853 p->count -= p->pc_count;
1854 p->pc_count = 0
    [all...]
elfxx-x86.c 388 /* Relocs that use pc_count are those that appear on a call
400 p->count -= p->pc_count;
401 p->pc_count = 0;
440 if (p->pc_count == 0)
445 p->count = p->pc_count;
476 if (p->pc_count != 0)
3410 bfd_size_type pc_count = 0, count = 0; local
3416 pc_count += p->pc_count;
3417 p->count -= p->pc_count;
    [all...]
elf-bfd.h 3128 bfd_size_type pc_count;
3125 bfd_size_type pc_count; member in struct:elf_dyn_relocs
elf64-ppc.c 3115 unsigned int pc_count;
4138 q->pc_count += p->pc_count;
5424 p->pc_count = 0;
5429 p->pc_count += 1;
6663 if (p->pc_count != 0)
7321 p->pc_count -= 1;
9989 /* Relocs that use pc_count are those that appear on a call
10002 p->count -= p->pc_count;
10003 p->pc_count = 0
3111 unsigned int pc_count; member in struct:ppc_dyn_relocs
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-s390.c 1306 p->pc_count = 0;
1316 p->pc_count += 1;
1405 bfd_size_type pc_count = 0, count = 0; local
1411 pc_count += p->pc_count;
1412 p->count -= p->pc_count;
1413 p->pc_count = 0;
1421 if (pc_count || count)
1702 p->count -= p->pc_count;
1703 p->pc_count = 0
    [all...]
elf64-s390.c 1240 p->pc_count = 0;
1251 p->pc_count += 1;
1340 bfd_size_type pc_count = 0, count = 0; local
1346 pc_count += p->pc_count;
1347 p->count -= p->pc_count;
1348 p->pc_count = 0;
1356 if (pc_count || count)
1641 p->count -= p->pc_count;
1642 p->pc_count = 0
    [all...]
elfxx-x86.c 388 /* Relocs that use pc_count are those that appear on a call
400 p->count -= p->pc_count;
401 p->pc_count = 0;
440 if (p->pc_count == 0)
445 p->count = p->pc_count;
476 if (p->pc_count != 0)
3415 bfd_size_type pc_count = 0, count = 0; local
3421 pc_count += p->pc_count;
3422 p->count -= p->pc_count;
    [all...]
elf-bfd.h 3107 bfd_size_type pc_count;
3104 bfd_size_type pc_count; member in struct:elf_dyn_relocs
elf64-ppc.c 3115 unsigned int pc_count;
4137 q->pc_count += p->pc_count;
5423 p->pc_count = 0;
5428 p->pc_count += 1;
6656 if (p->pc_count != 0)
7314 p->pc_count -= 1;
9982 /* Relocs that use pc_count are those that appear on a call
9995 p->count -= p->pc_count;
9996 p->pc_count = 0
3111 unsigned int pc_count; member in struct:ppc_dyn_relocs
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-s390.c 1308 p->pc_count = 0;
1318 p->pc_count += 1;
1407 bfd_size_type pc_count = 0, count = 0; local
1413 pc_count += p->pc_count;
1414 p->count -= p->pc_count;
1415 p->pc_count = 0;
1423 if (pc_count || count)
1704 p->count -= p->pc_count;
1705 p->pc_count = 0
    [all...]
elf64-s390.c 1242 p->pc_count = 0;
1253 p->pc_count += 1;
1342 bfd_size_type pc_count = 0, count = 0; local
1348 pc_count += p->pc_count;
1349 p->count -= p->pc_count;
1350 p->pc_count = 0;
1358 if (pc_count || count)
1643 p->count -= p->pc_count;
1644 p->pc_count = 0
    [all...]
elfxx-x86.c 390 /* Relocs that use pc_count are those that appear on a call
402 p->count -= p->pc_count;
403 p->pc_count = 0;
442 if (p->pc_count == 0)
447 p->count = p->pc_count;
478 if (p->pc_count != 0)
3262 bfd_size_type pc_count = 0, count = 0; local
3268 pc_count += p->pc_count;
3269 p->count -= p->pc_count;
    [all...]
elf-bfd.h 3115 bfd_size_type pc_count;
3112 bfd_size_type pc_count; member in struct:elf_dyn_relocs
elf64-ppc.c 3120 unsigned int pc_count;
4143 q->pc_count += p->pc_count;
5420 p->pc_count = 0;
5425 p->pc_count += 1;
6653 if (p->pc_count != 0)
7311 p->pc_count -= 1;
9979 /* Relocs that use pc_count are those that appear on a call
9992 p->count -= p->pc_count;
9993 p->pc_count = 0
3116 unsigned int pc_count; member in struct:ppc_dyn_relocs
    [all...]

Completed in 135 milliseconds