HomeSort by: relevance | last modified time | path
    Searched refs:symbolic (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/gpl2/xcvs/dist/contrib/
descend.sh 103 # If a directory but not a symbolic link
118 # Else if a directory AND a symbolic link
122 echo In directory `hostname`:`pwd`/$file: symbolic link: skipping
  /src/sys/arch/ia64/stand/ia64/ski/
Makefile 28 LDFLAGS= -Wl,-T${LDSCRIPT} -symbolic -nostdlib #-shared
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 78 int symbolic; member in struct:options
options.c 141 { "symbolic", FLAG, opt_set, &opt.symbolic },
  /src/sys/arch/ia64/stand/ia64/efi/
Makefile 32 LDFLAGS= -Wl,-T${LDSCRIPT} -shared -symbolic -nostdlib
  /src/libexec/ld.elf_so/
Makefile 48 LDFLAGS+= ${${ACTIVE_CC} == "clang":? -Wl,-Bsymbolic : -symbolic} \
symbol.c 505 if (refobj->symbolic && !_rtld_donelist_check(&donelist, refobj)) {
559 !refobj->symbolic && !_rtld_donelist_check(&donelist, refobj)) {
rtld.h 204 symbolic:1, /* True if generated with member in struct:Struct_Obj_Entry
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
predicates.md 81 ;; Returns 1 if OP is a symbolic operand, i.e. a symbol_ref or a label_ref,
  /src/external/gpl3/binutils/dist/bfd/
elf32-vax.c 694 && (!info->symbolic
774 && info->symbolic)
1078 if (bfd_link_pic (info) && info->symbolic)
1313 || (! info->symbolic && h->dynindx != -1)
1316 && ((! info->symbolic && h->dynindx != -1)
1446 && (!info->symbolic
1482 && ((! info->symbolic && h->dynindx != -1)
elf32-m32r.c 1886 || info->symbolic))
2298 || (! info->symbolic && h->dynindx != -1)
2301 && ((! info->symbolic && h->dynindx != -1)
2509 && (info->symbolic
2636 && (! info->symbolic
2684 || ((info->symbolic || h->dynindx == -1)
3014 && (info->symbolic
3514 && (! info->symbolic
arc-got.h 471 && (info->symbolic || h->dynindx == -1)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-vax.c 694 && (!info->symbolic
774 && info->symbolic)
1078 if (bfd_link_pic (info) && info->symbolic)
1313 || (! info->symbolic && h->dynindx != -1)
1316 && ((! info->symbolic && h->dynindx != -1)
1445 && (!info->symbolic
1481 && ((! info->symbolic && h->dynindx != -1)
elf32-m32r.c 1886 || info->symbolic))
2298 || (! info->symbolic && h->dynindx != -1)
2301 && ((! info->symbolic && h->dynindx != -1)
2508 && (info->symbolic
2635 && (! info->symbolic
2683 || ((info->symbolic || h->dynindx == -1)
3013 && (info->symbolic
3513 && (! info->symbolic
arc-got.h 471 && (info->symbolic || h->dynindx == -1)
  /src/bin/ksh/
c_sh.c 68 int symbolic = 0; local
75 symbolic = 1;
84 if (symbolic) {
113 /* symbolic format */
  /src/distrib/miniroot/
install.sh 229 Note, enter all symbolic host names WITHOUT the domain name appended.
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 66 the installer should add a symbolic label to the top of the file.
test.doc 57 the instaler should add symbolic labels to the top of the files.
  /src/sys/arch/vax/boot/xxboot/
start.S 45 .globl _C_LABEL(start) # this is the symbolic name for the start
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 348 unsigned int symbolic: 1;
346 unsigned int symbolic: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 344 unsigned int symbolic: 1;
342 unsigned int symbolic: 1; member in struct:bfd_link_info
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 1985 On POSIX systems, if the given file is a symbolic link, then
1986 attributes are the attributes of the file pointed to by the symbolic
2077 If the given file is a symbolic link, then this returns the attributes of the
2078 symbolic link itself rather than file that it points to. If the given file
2079 is $(I not) a symbolic link, then this function returns the same result
2084 with symbolic links.
2087 name = The file to get the symbolic link attributes of.
2651 Returns whether the given file is a symbolic link.
2653 On Windows, returns `true` when the file is either a symbolic link or a
2660 true if name is a symbolic lin
    [all...]
  /src/external/gpl3/binutils/dist/ld/
lexsup.c 309 { {"Bno-symbolic", no_argument, NULL, OPTION_NO_SYMBOLIC},
666 symbolic, enumerator in enum:symbolic_enum
1426 opt_symbolic = symbolic;
2015 case symbolic:
2016 link_info.symbolic = true;
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 452 address involved, as well as its symbolic form, if the instruction
989 and its symbolic value. */

Completed in 70 milliseconds

1 2 3 4