Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
H A 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/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp458 #define SHN_LOOS 0xFF20 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h806 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/third_party/elfio/elfio/
H A Delf_types.hpp486 constexpr Elf_Word SHN_LOOS = 0xFF20; member
/third_party/musl/porting/linux/user/include/
H A Delf.h363 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h362 #define SHN_LOOS 0xff20 macro
/third_party/musl/include/
H A Delf.h363 #define SHN_LOOS 0xff20 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp564 ECase(SHN_LOOS); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h421 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro

Completed in 98 milliseconds