Searched refs:SHN_LOOS (Results 1 - 4 of 4) 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.h199 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/llvm/include/llvm/Support/
H A DELF.h633 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon12042
/external/elfutils/libelf/
H A Delf.h311 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro

Completed in 90 milliseconds