Home
last modified time | relevance | path

Searched refs:sysdep (Results 1 – 25 of 78) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-msdos.c94 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()
Dpex-djgpp.c269 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()
Dpex-unix.c220 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()
Dpex-common.h94 void *sysdep; member
/toolchain/binutils/binutils-2.25/bfd/
Ddep-in.sed14 s! sysdep.h!!g
15 s! \.\./bfd/sysdep.h!!g
Dsysdep.h26 #error sysdep.h must be included in lieu of config.h
Dconfigure.com325 $ copy [.hosts]alphavms.h sysdep.h
/toolchain/binutils/binutils-2.25/bfd/hosts/
Dalphavms.h24 #error sysdep.h must be included in lieu of config.h
/toolchain/binutils/binutils-2.25/opcodes/
Dsysdep.h31 #error sysdep.h must be included in lieu of config.h
DChangeLog-2012667 * 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
DMakefile.am85 sysdep.h \
542 config.h i386-opc.h sysdep.h
560 ia64-opc-x.c ia64-opc.h sysdep.h
DChangeLog-9297568 * 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/
Dsysdep.h25 #error sysdep.h must be included in lieu of config.h
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2012378 * 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.
DChangeLog-2007265 * 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/
DPOTFILES.in63 sysdep.h
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dvanilla.em25 #include "sysdep.h"
Dgld960.em26 #include "sysdep.h"
Dgld960c.em26 #include "sysdep.h"
Dgeneric.em29 #include "sysdep.h"
Dticoff.em30 #include "sysdep.h"
Dlinux.em35 #include "sysdep.h"
Dlnk960.em25 #include "sysdep.h"
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-200833 * gmon_io.h: Don't include sysdep.h here.
/toolchain/binutils/binutils-2.25/opcodes/po/
DPOTFILES.in195 sysdep.h

1234