Home
last modified time | relevance | path

Searched refs:SHN_LOPROC (Results 1 - 13 of 13) sorted by relevance

/third_party/elfutils/libebl/
H A Deblsectionname.c78 else if (section >= SHN_LOPROC && section <= SHN_HIPROC) in ebl_section_name()
79 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC); in ebl_section_name()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp456 #define SHN_LOPROC 0xFF00 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h225 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h654 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h804 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/third_party/elfio/elfio/
H A Delf_types.hpp484 constexpr Elf_Word SHN_LOPROC = 0xFF00; member
/third_party/musl/porting/linux/user/include/
H A Delf.h357 #define SHN_LOPROC 0xff00 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h356 #define SHN_LOPROC 0xff00 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h356 #define SHN_LOPROC 0xff00 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h356 #define SHN_LOPROC 0xff00 macro
/third_party/musl/include/
H A Delf.h357 #define SHN_LOPROC 0xff00 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp562 ECase(SHN_LOPROC); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h415 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro

Completed in 82 milliseconds