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

  /external/elfutils/src/
ld.h 1035 hash_style_gnu = 2 enumerator in enum:ld_state::__anon20220
1036 #define GENERATE_GNU_HASH ((ld_state.hash_style & hash_style_gnu) != 0)
    [all...]
ld.c 667 ld_state.hash_style = hash_style_gnu;
669 ld_state.hash_style = hash_style_gnu | hash_style_sysv;
    [all...]

Completed in 97 milliseconds