Searched refs:sysdep (Results 1 – 25 of 78) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pex-msdos.c | 94 ret->sysdep = XNEW (struct pex_msdos); in pex_init() 112 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_open() 147 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_close() 175 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_exec_child() 293 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_wait() 311 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_cleanup() 316 obj->sysdep = NULL; in pex_msdos_cleanup()
|
D | pex-djgpp.c | 269 statuses = (int *) obj->sysdep; in pex_djgpp_exec_child() 272 obj->sysdep = (void *) statuses; in pex_djgpp_exec_child() 292 statuses = (int *) obj->sysdep; in pex_djgpp_wait()
|
D | pex-unix.c | 220 for (pp = (struct status_list **) &obj->sysdep; in pex_wait() 293 psl->next = (struct status_list *) obj->sysdep; in pex_wait() 294 obj->sysdep = (void *) psl; in pex_wait() 780 while (obj->sysdep != NULL) in pex_unix_cleanup() 785 this = (struct status_list *) obj->sysdep; in pex_unix_cleanup() 788 obj->sysdep = (void *) next; in pex_unix_cleanup()
|
D | pex-common.h | 94 void *sysdep; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | dep-in.sed | 14 s! sysdep.h!!g 15 s! \.\./bfd/sysdep.h!!g
|
D | sysdep.h | 26 #error sysdep.h must be included in lieu of config.h
|
D | configure.com | 325 $ copy [.hosts]alphavms.h sysdep.h
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
D | alphavms.h | 24 #error sysdep.h must be included in lieu of config.h
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sysdep.h | 31 #error sysdep.h must be included in lieu of config.h
|
D | ChangeLog-2012 | 667 * z8kgen.c: Include sysdep.h first. 669 * arc-dis.c: Include sysdep.h first, remove some redundant includes. 697 * configure.in: Add check that sysdep.h has been included before 701 * sysdep.h: Generate an error if included before config.h. 702 * alpha-opc.c: Include sysdep.h before any other header file. 839 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
|
D | Makefile.am | 85 sysdep.h \ 542 config.h i386-opc.h sysdep.h 560 ia64-opc-x.c ia64-opc.h sysdep.h
|
D | ChangeLog-9297 | 568 * cgen-*.c, m32r-*.c: #include sysdep.h instead of config.h. 652 * sysdep.h: Include <stdlib.h> if it exists. 653 * sparc-dis.c: Include <stdio.h> and "sysdep.h". Don't include 2173 * dis-buf.c: Include "sysdep.h" before "dis-asm.h". 2376 no longer create sysdep.h, sed ppc-opc.c to work around a 2604 config.h from config.in. Don't set up sysdep.h link. 2605 * sysdep.h: New file. 2608 (distclean): Keep sysdep.h. Remove config.log and config.cache. 2709 (sysdep.h): Create using forward-include. 3129 * dis-buf.c, i386-dis.c: Include sysdep.h. [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | sysdep.h | 25 #error sysdep.h must be included in lieu of config.h
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2012 | 378 * configure.in: Add check that sysdep.h has been included before 466 * sysdep.h: If STRINGS_WITH_STRING is defined then include both 644 * sysdep.h: Include sys/stat.h here. 645 * ar.c: Don't include headers already included by sysdep.h. 659 * od-macho.c: Ensure #include sysdep.h is first. 661 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and 663 * dlltool.c: Likewise and ensure #include sysdep.h is first.
|
D | ChangeLog-2007 | 265 * sysdep.h: Include "config.h" first. 410 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h. 426 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c, 742 * sysdep.h: ..here. 743 Many files: Include sysdep.h. Remove duplicate headers and reorder.
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | POTFILES.in | 63 sysdep.h
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | vanilla.em | 25 #include "sysdep.h"
|
D | gld960.em | 26 #include "sysdep.h"
|
D | gld960c.em | 26 #include "sysdep.h"
|
D | generic.em | 29 #include "sysdep.h"
|
D | ticoff.em | 30 #include "sysdep.h"
|
D | linux.em | 35 #include "sysdep.h"
|
D | lnk960.em | 25 #include "sysdep.h"
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2008 | 33 * gmon_io.h: Don't include sysdep.h here.
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | POTFILES.in | 195 sysdep.h
|
1234