Home
last modified time | relevance | path

Searched refs:hash_style (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dld.h1034 #define GENERATE_SYSV_HASH ((ld_state.hash_style & hash_style_sysv) != 0)
1036 #define GENERATE_GNU_HASH ((ld_state.hash_style & hash_style_gnu) != 0)
1038 hash_style; member
Dld.c329 if (unlikely (ld_state.hash_style == hash_style_none)) in main()
330 ld_state.hash_style = hash_style_sysv; in main()
667 ld_state.hash_style = hash_style_gnu; in parse_opt_1st()
669 ld_state.hash_style = hash_style_gnu | hash_style_sysv; in parse_opt_1st()
671 ld_state.hash_style = hash_style_sysv; in parse_opt_1st()
Dldgeneric.c5823 hashcodes = (Elf32_Word *) xcalloc (__builtin_popcount ((int) ld_state.hash_style) in ld_generic_create_outfile()