Home
last modified time | relevance | path

Searched refs:SHF_MASKPROC (Results 1 – 15 of 15) sorted by relevance

/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h246 #define SHF_MASKPROC 0xf0000000 /* Processor-specific semantics. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h246 #define SHF_MASKPROC 0xf0000000 /* Processor-specific semantics. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp502 #define SHF_MASKPROC 0xF0000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h767 SHF_MASKPROC = 0xf0000000, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h929 SHF_MASKPROC = 0xf0000000, enumerator
/third_party/elfutils/src/
Delflint.c3936 if (sh_flags & SHF_MASKPROC) in check_sections()
3944 sh_flags & SHF_MASKPROC)) in check_sections()
3948 cnt, section_name (ebl, cnt), sh_flags & SHF_MASKPROC); in check_sections()
3949 sh_flags &= ~(GElf_Xword) SHF_MASKPROC; in check_sections()
DChangeLog4587 SHF_MASKPROC bits separately from generic sh_flags validation.
/third_party/musl/ndk_musl_include/
Delf.h421 #define SHF_MASKPROC 0xf0000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h421 #define SHF_MASKPROC 0xf0000000 macro
/third_party/musl/include/
Delf.h421 #define SHF_MASKPROC 0xf0000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h421 #define SHF_MASKPROC 0xf0000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h421 #define SHF_MASKPROC 0xf0000000 macro
/third_party/musl/porting/linux/user/include/
Delf.h422 #define SHF_MASKPROC 0xf0000000 macro
/third_party/elfio/elfio/
Delf_types.hpp559 constexpr Elf_Xword SHF_MASKPROC = 0xF0000000; variable
/third_party/elfutils/libelf/
Delf.h483 #define SHF_MASKPROC 0xf0000000 /* Processor-specific */ macro