Searched refs:DT_LOOS (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp61 #ifndef DT_LOOS
62 #define DT_LOOS 0x6000000d macro
68 #define DT_ANDROID_REL_OFFSET (DT_LOOS)
69 #define DT_ANDROID_REL_SIZE (DT_LOOS + 1)
/external/chromium_org/third_party/libvpx/include/
H A Delf.h116 #define DT_LOOS 0x6000000d macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h99 #define DT_LOOS 0x6000000d macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc50 static const ELF::Sword DT_ANDROID_REL_OFFSET = DT_LOOS;
51 static const ELF::Sword DT_ANDROID_REL_SIZE = DT_LOOS + 1;
/external/qemu/include/
H A Delf.h166 #define DT_LOOS 0x6000000d macro
/external/llvm/include/llvm/Support/
H A DELF.h1688 DT_ENCODING = 32, // Values from here to DT_LOOS follow the rules
1694 DT_LOOS = 0x60000000, // Start of environment specific tags. enumerator in enum:llvm::ELF::__anon25604
/external/elfutils/0.153/libelf/
H A Delf.h693 #define DT_LOOS 0x6000000d /* Start of OS-specific */ macro
/external/valgrind/main/perf/
H A Dtinycc.c657 #define DT_LOOS 0x60000000 /* Start of OS-specific */ macro

Completed in 273 milliseconds