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

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h120 * - Tags with values that fall between DT_LOOS and DT_SUNW_ENCODING
134 * DT_* encoding rules do not apply between DT_LOOS and DT_SUNW_ENCODING
136 #define DT_LOOS 0x6000000d /* OS specific range */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h558 for DT_LOOS and DT_HIOS. Some implementations however, use
561 #define DT_LOOS 0x6000000d macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1200 DT_ENCODING = 32, // Values from here to DT_LOOS follow the rules
1206 DT_LOOS = 0x60000000, // Start of environment specific tags. enumerator in enum:llvm::ELF::__anon9815
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1630 else if (((type >= DT_LOOS) && (type <= DT_HIOS))

Completed in 108 milliseconds