Home
last modified time | relevance | path

Searched refs:SHN_LOOS (Results 1 – 16 of 16) sorted by relevance

/third_party/elfutils/libebl/
Deblsectionname.c75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS); in ebl_section_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h184 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h184 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp458 #define SHN_LOOS 0xFF20 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h656 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h806 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/third_party/musl/ndk_musl_include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/linux/user/include/
Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/elfio/elfio/
Delf_types.hpp486 constexpr Elf_Word SHN_LOOS = 0xFF20; variable
/third_party/elfutils/libelf/
Delf.h421 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp564 ECase(SHN_LOOS); in enumeration()