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

/external/elfutils/libebl/
H A Deblsectionname.c75 else if (section >= SHN_LOOS && section <= SHN_HIOS)
76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
/external/llvm/include/llvm/Object/
H A DELFTypes.h250 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h692 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon19691
/external/llvm/include/llvm/Support/
H A DELF.h655 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon12484
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h656 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon20530
/external/elfutils/libelf/
H A Delf.h311 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
/external/kmod/port-gnu/
H A Delf.h310 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2749 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS)

Completed in 301 milliseconds