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

  /external/elfutils/0.153/libebl/
eblsectionname.c 102 else if (section >= SHN_LOOS && section <= SHN_HIOS)
103 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 252 #define SHN_LOOS 0xff20
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 168 SHN_LOOS = 0xff20, /* reserved for environment specific use */
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 284 ENUM_TO_CSTR(SHN_LOOS);
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 146 } else if (SectionIndex >= SHN_LOOS && SectionIndex <= SHN_HIOS) {
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 311 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 306 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 306 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]

Completed in 147 milliseconds