Searched refs:rstat (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/jam/
H A Dexecvms.c58 int rstat = EXEC_CMD_OK; local
157 rstat = EXEC_CMD_FAIL;
159 (*func)( closure, rstat );
H A Dexecunix.c272 int rstat; local
315 rstat = EXEC_CMD_INTR;
317 rstat = EXEC_CMD_FAIL;
319 rstat = EXEC_CMD_OK;
323 (*cmdtab[ i ].func)( cmdtab[ i ].closure, rstat );
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-tic80.c526 bfd_reloc_status_type rstat;
616 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
627 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
640 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
659 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
676 rstat = bfd_reloc_ok;
686 rstat = bfd_reloc_ok;
690 switch (rstat)
523 bfd_reloc_status_type rstat; local
H A Dcoff-mcore.c398 bfd_reloc_status_type rstat;
478 rstat = bfd_reloc_ok;
480 /* Each case must do its own relocation, setting rstat appropriately. */
505 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
509 rstat = _bfd_final_link_relocate
523 switch (rstat)
391 bfd_reloc_status_type rstat; local
H A Dcoff-or32.c378 bfd_reloc_status_type rstat; local
512 rstat = _bfd_relocate_contents (howto_table + rel->r_type,
514 if (rstat == bfd_reloc_overflow)
516 else if (rstat != bfd_reloc_ok)
H A Dcoff-i960.c395 bfd_reloc_status_type rstat = bfd_reloc_ok; local
538 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
544 switch (rstat)
H A Dcoff-arm.c1148 bfd_reloc_status_type rstat;
1509 rstat = bfd_reloc_ok;
1540 rstat = bfd_reloc_ok;
1557 rstat = bfd_reloc_outofrange;
1654 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1660 rstat = bfd_reloc_ok;
1662 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1698 switch (rstat)
1146 bfd_reloc_status_type rstat; local
H A Dcoff-ppc.c1034 bfd_reloc_status_type rstat;
1108 rstat = bfd_reloc_ok;
1110 /* Each case must do its own relocation, setting rstat appropriately. */
1267 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc);
1426 rstat = _bfd_relocate_contents (howto,
1439 rstat = _bfd_relocate_contents (howto,
1448 rstat = _bfd_relocate_contents (howto,
1476 switch (rstat)
1027 bfd_reloc_status_type rstat; local
H A Dcofflink.c2718 bfd_reloc_status_type rstat;
2727 rstat = _bfd_relocate_contents (howto, output_bfd,
2730 switch (rstat)
2851 bfd_reloc_status_type rstat;
3005 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3010 switch (rstat)
2717 bfd_reloc_status_type rstat; local
2850 bfd_reloc_status_type rstat; local
H A Dcoff-sh.c2772 bfd_reloc_status_type rstat;
2875 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
2880 switch (rstat)
2769 bfd_reloc_status_type rstat; local
H A Dlinker.c2562 bfd_reloc_status_type rstat;
2571 rstat = _bfd_relocate_contents (r->howto, abfd,
2574 switch (rstat)
2556 bfd_reloc_status_type rstat; local
H A Decoff.c4163 bfd_reloc_status_type rstat;
4170 rstat = _bfd_relocate_contents (rel.howto, output_bfd,
4172 switch (rstat)
4153 bfd_reloc_status_type rstat; local
H A Dxcofflink.c5217 bfd_reloc_status_type rstat;
5225 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
5226 switch (rstat)
5211 bfd_reloc_status_type rstat; local
/haiku-buildtools/binutils/bfd/
H A Dcoff-tic80.c503 bfd_reloc_status_type rstat;
590 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
601 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
614 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
633 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
650 rstat = bfd_reloc_ok;
660 rstat = bfd_reloc_ok;
664 switch (rstat)
500 bfd_reloc_status_type rstat; local
H A Dcoff-mcore.c396 bfd_reloc_status_type rstat;
473 rstat = bfd_reloc_ok;
475 /* Each case must do its own relocation, setting rstat appropriately. */
502 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
506 rstat = _bfd_final_link_relocate
521 switch (rstat)
389 bfd_reloc_status_type rstat; local
H A Dcoff-i960.c387 bfd_reloc_status_type rstat = bfd_reloc_ok; local
526 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
532 switch (rstat)
H A Dcoff-arm.c1188 bfd_reloc_status_type rstat;
1553 rstat = bfd_reloc_ok;
1581 rstat = bfd_reloc_ok;
1598 rstat = bfd_reloc_outofrange;
1695 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1701 rstat = bfd_reloc_ok;
1703 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1739 switch (rstat)
1186 bfd_reloc_status_type rstat; local
H A Dcoff-ppc.c969 bfd_reloc_status_type rstat;
1040 rstat = bfd_reloc_ok;
1042 /* Each case must do its own relocation, setting rstat appropriately. */
1202 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc);
1360 rstat = _bfd_relocate_contents (howto,
1373 rstat = _bfd_relocate_contents (howto,
1382 rstat = _bfd_relocate_contents (howto,
1408 switch (rstat)
964 bfd_reloc_status_type rstat; local
H A Dcofflink.c2822 bfd_reloc_status_type rstat;
2831 rstat = _bfd_relocate_contents (howto, output_bfd,
2834 switch (rstat)
2951 bfd_reloc_status_type rstat;
3113 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3118 switch (rstat)
2821 bfd_reloc_status_type rstat; local
2950 bfd_reloc_status_type rstat; local
H A Dcoff-sh.c2757 bfd_reloc_status_type rstat;
2858 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
2863 switch (rstat)
2754 bfd_reloc_status_type rstat; local
H A Dlinker.c2354 bfd_reloc_status_type rstat;
2363 rstat = _bfd_relocate_contents (r->howto, abfd,
2366 switch (rstat)
2348 bfd_reloc_status_type rstat; local
H A Decoff.c4013 bfd_reloc_status_type rstat;
4020 rstat = _bfd_relocate_contents (rel.howto, output_bfd,
4022 switch (rstat)
4003 bfd_reloc_status_type rstat; local
H A Dxcofflink.c5757 bfd_reloc_status_type rstat;
5765 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
5766 switch (rstat)
5745 bfd_reloc_status_type rstat; local
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.def2535 files = rpcsvc/rstat.h;
H A Dinclhack.sh1905 case "${file}" in ./rpcsvc/rstat.h )

Completed in 273 milliseconds

12