HomeSort by relevance Sort by last modified time
    Searched refs:dt_flags_1 (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
ld.c 975 ld_state.dt_flags_1 |= DF_1_NODEFLIB;
983 /* We could also set the DF_1_NOW flag in DT_FLAGS_1 but this isn't
987 /* We could also set the DF_1_ORIGIN flag in DT_FLAGS_1 but this isn't
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;
    [all...]
ld.h 1026 /* Flags set in the DT_FLAGS_1 word. */
1027 Elf32_Word dt_flags_1; member in struct:ld_state
    [all...]
readelf.c 1184 static const struct flags dt_flags_1[] = variable in typeref:struct:flags
    [all...]
ldgeneric.c     [all...]

Completed in 196 milliseconds