HomeSort by: relevance | last modified time | path
    Searched refs:is_linux (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/arch/
i386.h 24 target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
amd64.h 25 bool is_linux, bool segments);
amd64.c 34 true, create the x32 ones. If IS_LINUX is true, create target
39 amd64_create_target_description (uint64_t xcr0, bool is_x32, bool is_linux,
48 if (is_linux)
60 if (is_linux)
i386.c 35 i386_create_target_description (uint64_t xcr0, bool is_linux, bool segments)
41 if (is_linux)
53 if (is_linux)
  /src/external/gpl3/gdb/dist/gdb/arch/
i386.h 24 /* Create i386 target descriptions according to XSTATE_BV. If IS_LINUX is
29 bool is_linux,
amd64.h 25 IS_X32 is true, create the x32 ones. If IS_LINUX is true, create
30 bool is_x32, bool is_linux,
i386.c 36 i386_create_target_description (uint64_t xstate_bv, bool is_linux,
43 if (is_linux)
55 if (is_linux)
amd64.c 39 bool is_linux, bool segments)
47 if (is_linux)
59 if (is_linux)
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 276 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux)
345 if (is_linux)
420 int is_linux, int elfsize)
428 return ldelf_try_needed (n, force, is_linux);
617 if (ldelf_try_needed (&needed, force, is_linux))
1023 int use_libpath, int native, int is_linux,
1091 if (ldelf_try_needed (&nn, true, is_linux))
1115 is_linux, elfsize))
1125 is_linux, elfsize);
1139 is_linux, elfsize)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 276 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux)
345 if (is_linux)
420 int is_linux, int elfsize)
428 return ldelf_try_needed (n, force, is_linux);
617 if (ldelf_try_needed (&needed, force, is_linux))
1023 int use_libpath, int native, int is_linux,
1091 if (ldelf_try_needed (&nn, true, is_linux))
1115 is_linux, elfsize))
1125 is_linux, elfsize);
1139 is_linux, elfsize)
    [all...]
  /src/external/mit/libuv/dist/src/unix/
pipe.c 355 static const int is_linux = 1; local
357 static const int is_linux = 0;
380 if (is_linux && sa.sun_path[0] == '\0') {

Completed in 25 milliseconds