Searched refs:hash_style (Results 1 – 3 of 3) sorted by relevance
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
343 if (unlikely (ld_state.hash_style == hash_style_none)) in main()344 ld_state.hash_style = hash_style_sysv; in main()681 ld_state.hash_style = hash_style_gnu; in parse_opt_1st()683 ld_state.hash_style = hash_style_gnu | hash_style_sysv; in parse_opt_1st()685 ld_state.hash_style = hash_style_sysv; in parse_opt_1st()
5833 hashcodes = (Elf32_Word *) xcalloc (__builtin_popcount ((int) ld_state.hash_style) in ld_generic_create_outfile()