Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
Deblsymboltypename.c71 else if (symbol >= STT_LOOS && symbol <= STT_HIOS) in ebl_symbol_type_name()
72 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS); in ebl_symbol_type_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h425 #define STT_LOOS 10 /* Reserved range for operating system */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h425 #define STT_LOOS 10 /* Reserved range for operating system */ macro
/third_party/musl/ndk_musl_include/
Delf.h514 #define STT_LOOS 10 macro
1808 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1809 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h514 #define STT_LOOS 10 macro
1808 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1809 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/musl/include/
Delf.h514 #define STT_LOOS 10 macro
1812 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1813 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/musl/porting/uniproton/kernel/include/
Delf.h514 #define STT_LOOS 10 macro
1808 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1809 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h514 #define STT_LOOS 10 macro
1808 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1809 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/musl/porting/linux/user/include/
Delf.h515 #define STT_LOOS 10 macro
1816 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1817 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp533 #define STT_LOOS 10 macro
/third_party/elfutils/libelf/
Delf.h605 #define STT_LOOS 10 /* Start of OS-specific */ macro
2205 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
2206 #define STT_HP_STUB (STT_LOOS + 0x2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h891 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1058 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp462 { STT_TLS, "TLS" }, { STT_LOOS, "LOOS" },
Delf_types.hpp712 constexpr Elf_Word STT_LOOS = 10; variable