Home
last modified time | relevance | path

Searched refs:DT_LOOS (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h223 #define DT_ANDROID_REL (DT_LOOS + 2)
224 #define DT_ANDROID_RELSZ (DT_LOOS + 3)
226 #define DT_ANDROID_RELA (DT_LOOS + 4)
227 #define DT_ANDROID_RELASZ (DT_LOOS + 5)
/third_party/musl/src/internal/
Ddynlink.h235 #define DT_ANDROID_REL (DT_LOOS + 2)
236 #define DT_ANDROID_RELSZ (DT_LOOS + 3)
238 #define DT_ANDROID_RELA (DT_LOOS + 4)
239 #define DT_ANDROID_RELASZ (DT_LOOS + 5)
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp700 #define DT_LOOS 0x6000000D macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1126 DT_LOOS = 0x60000000, // Start of environment specific tags. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def70 DYNAMIC_TAG_MARKER(ENCODING, 32) // Values from here to DT_LOOS follow the rules
/third_party/musl/porting/linux/user/include/
Delf.h763 #define DT_LOOS 0x6000000d macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h755 #define DT_LOOS 0x6000000d macro
/third_party/musl/include/
Delf.h772 #define DT_LOOS 0x6000000d macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h755 #define DT_LOOS 0x6000000d macro
/third_party/elfio/elfio/
Delf_types.hpp1028 constexpr Elf_Word DT_LOOS = 0x6000000D; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h755 #define DT_LOOS 0x6000000d macro
/third_party/elfutils/libelf/
Delf.h912 #define DT_LOOS 0x6000000d /* Start of OS-specific */ macro