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

1 2 3 4 5 6 7 8

  /src/external/bsd/elftosb/dist/common/
ELF.h 127 * - #SHN_COMMON
153 SHN_COMMON = 0xfff2, //!< The symbol labels a common block that has not yet been allocated.
  /src/external/gpl3/binutils/dist/include/elf/
external.h 46 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
internal.h 48 #undef SHN_COMMON
58 #define SHN_COMMON (-0xEu) /* Associated symbol is in common */
  /src/external/gpl3/binutils.old/dist/include/elf/
external.h 46 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
internal.h 48 #undef SHN_COMMON
58 #define SHN_COMMON (-0xEu) /* Associated symbol is in common */
  /src/external/gpl3/gdb.old/dist/include/elf/
external.h 46 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
internal.h 48 #undef SHN_COMMON
58 #define SHN_COMMON (-0xEu) /* Associated symbol is in common */
  /src/external/gpl3/gdb/dist/include/elf/
external.h 46 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
internal.h 48 #undef SHN_COMMON
58 #define SHN_COMMON (-0xEu) /* Associated symbol is in common */
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 407 #define SHN_COMMON 0xfff2 /* Common symbols */
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 131 #define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
1466 if (st_shndx != SHN_COMMON
1513 if (st_shndx == SHN_COMMON)
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 450 #define SHN_COMMON 0xfff2 /* Common symbols */
  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 648 else if (isym->st_shndx == SHN_COMMON)
1345 else if (isym->st_shndx == SHN_COMMON)
elf32-crx.c 795 else if (isym->st_shndx == SHN_COMMON)
1041 else if (isym->st_shndx == SHN_COMMON)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 647 else if (isym->st_shndx == SHN_COMMON)
1344 else if (isym->st_shndx == SHN_COMMON)
elf32-crx.c 795 else if (isym->st_shndx == SHN_COMMON)
1040 else if (isym->st_shndx == SHN_COMMON)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 288 enum SHN_COMMON = 0xfff2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 288 enum SHN_COMMON = 0xfff2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 411 enum SHN_COMMON = 0xfff2;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10200.c 647 else if (isym->st_shndx == SHN_COMMON)
1344 else if (isym->st_shndx == SHN_COMMON)

Completed in 95 milliseconds

1 2 3 4 5 6 7 8