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

  /external/elfutils/src/
ld.c 329 if (unlikely (ld_state.hash_style == hash_style_none))
330 ld_state.hash_style = hash_style_sysv;
667 ld_state.hash_style = hash_style_gnu;
669 ld_state.hash_style = hash_style_gnu | hash_style_sysv;
671 ld_state.hash_style = hash_style_sysv;
    [all...]
ld.h 1034 #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 in struct:ld_state
    [all...]
ldgeneric.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
options.h     [all...]
mips.cc     [all...]

Completed in 55 milliseconds