HomeSort by relevance Sort by last modified time
    Searched refs:STT_LOOS (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libebl/
eblsymboltypename.c 89 else if (symbol >= STT_LOOS && symbol <= STT_HIOS)
90 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS);
  /frameworks/rs/driver/linkloader/include/impl/
ELFSymbol.hxx 306 case STT_LOOS:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 459 #define STT_LOOS 10 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 459 #define STT_LOOS 10 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 459 #define STT_LOOS 10 /* Start of OS-specific */
    [all...]
  /external/qemu/
elf.h 722 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
723 #define STT_HP_STUB (STT_LOOS + 0x2)
    [all...]
  /external/elfutils/libelf/
elf.h 469 #define STT_LOOS 10 /* Start of OS-specific */
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 499 #define STT_LOOS 10 /* Operating system specific range */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/valgrind/main/perf/
tinycc.c 462 #define STT_LOOS 11 /* Start of OS-specific */
    [all...]

Completed in 212 milliseconds