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

1 2

  /src/external/gpl3/binutils/dist/include/elf/
hppa.h 623 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
624 #define STT_HP_STUB (STT_LOOS + 0x2)
common.h 1160 #define STT_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/binutils.old/dist/include/elf/
hppa.h 623 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
624 #define STT_HP_STUB (STT_LOOS + 0x2)
common.h 1141 #define STT_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/gdb.old/dist/include/elf/
hppa.h 623 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
624 #define STT_HP_STUB (STT_LOOS + 0x2)
common.h 1127 #define STT_LOOS 10 /* OS-specific semantics */
  /src/external/gpl3/gdb/dist/include/elf/
hppa.h 623 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
624 #define STT_HP_STUB (STT_LOOS + 0x2)
common.h 1138 #define STT_LOOS 10 /* OS-specific semantics */
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 390 #define STT_LOOS 10 /* Operating system specific range */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 429 #define STT_LOOS 10 /* Operating system specific range */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 435 enum STT_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 435 enum STT_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 462 enum STT_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 422 enum STT_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 427 enum STT_LOOS = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 395 enum STT_LOOS = 10;
1430 enum STT_HP_OPAQUE = (STT_LOOS + 0x1);
1431 enum STT_HP_STUB = (STT_LOOS + 0x2);
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 528 #define STT_LOOS 10 /* Operating system specific range */
  /src/sys/sys/
exec_elf.h 615 #define STT_LOOS 10 /* Operating system specific range */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 530 #define STT_LOOS 10 /* Operating system specific range */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 530 #define STT_LOOS 10 /* Operating system specific range */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1152 STT_LOOS = 10, // Lowest operating system-specific symbol type
  /src/external/gpl3/binutils/dist/binutils/
nm.c 455 else if (type >= STT_LOOS && type <= STT_HIOS)
readelf.c 14319 else if (type >= STT_LOOS && type <= STT_HIOS)
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 461 else if (type >= STT_LOOS && type <= STT_HIOS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 3729 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS)
3783 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS)
6464 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS)

Completed in 99 milliseconds

1 2