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

1 2

  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 377 #define STB_LOOS 10 /* Operating system specific range */
  /src/external/gpl3/binutils/dist/include/elf/
hppa.h 620 #define STB_HP_ALIAS (STB_LOOS + 0x0)
common.h 1145 #define STB_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/binutils.old/dist/include/elf/
hppa.h 620 #define STB_HP_ALIAS (STB_LOOS + 0x0)
common.h 1126 #define STB_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/gdb.old/dist/include/elf/
hppa.h 620 #define STB_HP_ALIAS (STB_LOOS + 0x0)
common.h 1112 #define STB_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/gdb/dist/include/elf/
hppa.h 620 #define STB_HP_ALIAS (STB_LOOS + 0x0)
common.h 1123 #define STB_LOOS 10 /* OS-specific semantics */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 416 #define STB_LOOS 10 /* Operating system specific range */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 422 enum STB_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 422 enum STB_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 409 enum STB_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 414 enum STB_LOOS = 10;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 513 #define STB_LOOS 10 /* Operating system specific range */
  /src/sys/sys/
exec_elf.h 600 #define STB_LOOS 10 /* Operating system specific range */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 515 #define STB_LOOS 10 /* Operating system specific range */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 515 #define STB_LOOS 10 /* Operating system specific range */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1136 STB_LOOS = 10, // Lowest operating system-specific binding type
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 381 enum STB_LOOS = 10;
  /src/external/gpl3/binutils/dist/bfd/
elf.c 591 if (bind > STB_WEAK && bind < STB_LOOS)
elflink.c 3672 && ELF_ST_BIND (sym->st_info) < STB_LOOS)
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 14276 else if (binding >= STB_LOOS && binding <= STB_HIOS)
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 523 if (bind > STB_WEAK && bind < STB_LOOS)
elflink.c 3632 && ELF_ST_BIND (sym->st_info) < STB_LOOS)

Completed in 111 milliseconds

1 2