OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_style
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.c
343
if (unlikely (ld_state.
hash_style
== hash_style_none))
344
ld_state.
hash_style
= hash_style_sysv;
681
ld_state.
hash_style
= hash_style_gnu;
683
ld_state.
hash_style
= hash_style_gnu | hash_style_sysv;
685
ld_state.
hash_style
= hash_style_sysv;
[
all
...]
ld.h
1042
#define GENERATE_SYSV_HASH ((ld_state.
hash_style
& hash_style_sysv) != 0)
1044
#define GENERATE_GNU_HASH ((ld_state.
hash_style
& hash_style_gnu) != 0)
1046
hash_style
;
member in struct:ld_state
[
all
...]
ldgeneric.c
[
all
...]
Completed in 27 milliseconds