Home
last modified time | relevance | path

Searched refs:SHT_LOOS (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libebl/
Deblsectiontypename.c106 if (section >= SHT_LOOS && section <= SHT_HIOS) in ebl_section_type_name()
107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS); in ebl_section_type_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h209 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h209 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp483 #define SHT_LOOS 0x60000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h683 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h836 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/third_party/musl/ndk_musl_include/
Delf.h389 #define SHT_LOOS 0x60000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h389 #define SHT_LOOS 0x60000000 macro
/third_party/musl/include/
Delf.h389 #define SHT_LOOS 0x60000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h389 #define SHT_LOOS 0x60000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h389 #define SHT_LOOS 0x60000000 macro
/third_party/musl/porting/linux/user/include/
Delf.h390 #define SHT_LOOS 0x60000000 macro
/third_party/elfio/elfio/
Delf_types.hpp522 constexpr Elf_Word SHT_LOOS = 0x60000000; variable
/third_party/elfutils/libelf/
Delf.h449 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro