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

  /external/elfutils/libebl/
eblsymbolbindingname.c 83 else if (binding >= STB_LOOS && binding <= STB_HIOS)
84 snprintf (buf, len, "LOOS+%d", binding - STB_LOOS);
  /bionic/libc/include/sys/
exec_elf.h 484 #define STB_LOOS 10 /* Operating system specific range */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 444 #define STB_LOOS 10 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 444 #define STB_LOOS 10 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 444 #define STB_LOOS 10 /* Start of OS-specific */
    [all...]
  /external/elfutils/libelf/
elf.h 454 #define STB_LOOS 10 /* Start of OS-specific */
    [all...]
  /external/valgrind/main/perf/
tinycc.c 449 #define STB_LOOS 10 /* Start of OS-specific */
    [all...]

Completed in 68 milliseconds