OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_flags_1
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ld.c
889
ld_state.
dt_flags_1
|= DF_1_NODEFLIB;
897
/* We could also set the DF_1_NOW flag in
DT_FLAGS_1
but this isn't
901
/* We could also set the DF_1_ORIGIN flag in
DT_FLAGS_1
but this isn't
907
ld_state.
dt_flags_1
|= DF_1_NODELETE;
909
ld_state.
dt_flags_1
|= DF_1_INITFIRST;
913
ld_state.
dt_flags_1
|= DF_1_NOOPEN;
[
all
...]
ld.h
973
/* Flags set in the
DT_FLAGS_1
word. */
974
Elf32_Word
dt_flags_1
;
member in struct:ld_state
readelf.c
1019
static const struct flags
dt_flags_1
[] =
variable in typeref:struct:flags
1039
static const int ndt_flags_1 = sizeof (
dt_flags_1
) / sizeof (
dt_flags_1
[0]);
1096
print_flags (class, d_val,
dt_flags_1
, ndt_flags_1);
[
all
...]
ldgeneric.c
[
all
...]
Completed in 21 milliseconds