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

  /external/elfutils/0.153/libebl/
eblsymbolbindingname.c 83 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
84 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
  /development/ndk/platforms/android-L/include/
elf.h 77 #define STB_LOPROC 13
  /bionic/libc/include/
elf.h 103 #define STB_LOPROC 13
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 34 ELF_STB_Loproc = (ELF::STB_LOPROC << ELF_STB_Shift),
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 66 public static final int STB_LOPROC = 13;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 183 STB_LOPROC = 13, /* reserved for processor specific semantics */
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 248 ENUM_TO_CSTR(STB_LOPROC);
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 326 #define STB_LOPROC 13 /* reserved range for processor */
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 454 #define STB_LOPROC 13 /* Start of processor-specific */
    [all...]

Completed in 733 milliseconds