Home
last modified time | relevance | path

Searched refs:SHT_LOPROC (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h239 #define SHT_LOPROC 0x70000000 macro
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp100 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) || in GetELFSectionKind()