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

/external/elfutils/src/
H A Dld.c975 ld_state.dt_flags_1 |= DF_1_NODEFLIB;
993 ld_state.dt_flags_1 |= DF_1_NODELETE;
995 ld_state.dt_flags_1 |= DF_1_INITFIRST;
999 ld_state.dt_flags_1 |= DF_1_NOOPEN;
H A Dld.h1027 Elf32_Word dt_flags_1; member in struct:ld_state
H A Dreadelf.c1184 static const struct flags dt_flags_1[] = variable in typeref:struct:flags
1204 static const int ndt_flags_1 = sizeof (dt_flags_1) / sizeof (dt_flags_1[0]);
1261 print_flags (class, d_val, dt_flags_1, ndt_flags_1);
H A Dldgeneric.c4530 if (ld_state.dt_flags_1 != 0)
6847 if (ld_state.dt_flags_1 != 0)
6849 DT_FLAGS_1, ld_state.dt_flags_1);

Completed in 100 milliseconds