Searched refs:DT_FLAGS_1 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h216 #define DT_FLAGS_1 0x6ffffffb /* state flags - see DF_1_* defs */ macro
254 * Values for the DT_FLAGS_1 .dynamic entry.
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h602 #define DT_FLAGS_1 0x6ffffffb macro
636 /* Flag value in in the DT_FLAGS_1 .dynamic entry. */
/macosx-10.10.1/dtrace-147/libelf/
H A Dgelf.c1092 * contains a DT_FLAGS_1 entry, then return the value of that entry.
1113 if (dyn.d_tag == DT_FLAGS_1) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1214 DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1. enumerator in enum:llvm::ELF::__anon9815
1230 // State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1 entry.
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1574 case DT_FLAGS_1: return "FLAGS_1";
6115 case DT_FLAGS_1:
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c1259 case DT_FLAGS_1: name = "FLAGS_1"; break;
H A Delflink.c5842 if (!_bfd_elf_add_dynamic_entry (info, DT_FLAGS_1, info->flags_1))

Completed in 139 milliseconds