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

/external/elfutils/0.153/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.c1259 static const struct flags dt_flags_1[] = variable in typeref:struct:flags
1279 static const int ndt_flags_1 = sizeof (dt_flags_1) / sizeof (dt_flags_1[0]);
1336 print_flags (class, d_val, dt_flags_1, ndt_flags_1);
H A Dldgeneric.c4528 if (ld_state.dt_flags_1 != 0)
6844 if (ld_state.dt_flags_1 != 0)
6846 DT_FLAGS_1, ld_state.dt_flags_1);

Completed in 195 milliseconds