Searched refs:SHN_LOOS (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblsectionname.c102 else if (section >= SHN_LOOS && section <= SHN_HIOS)
103 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h168 SHN_LOOS = 0xff20, /* reserved for environment specific use */ enumerator in enum:__anon16347
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp284 ENUM_TO_CSTR(SHN_LOOS);
/external/llvm/include/llvm/Support/
H A DELF.h1252 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon25595
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp146 } else if (SectionIndex >= SHN_LOOS && SectionIndex <= SHN_HIOS) {
/external/elfutils/0.153/libelf/
H A Delf.h311 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro

Completed in 123 milliseconds