Home
last modified time | relevance | path

Searched refs:EF_SCORE_PIC (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDscore.h40 #define EF_SCORE_PIC 0x80000000 macro
HDChangeLog133 * score.h (EF_SCORE_PIC): Redefine EF_SCORE_PIC as 0x80000000.
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-score.c3753 if (elf_elfheader (abfd)->e_flags & EF_SCORE_PIC) in elf32_score_print_private_bfd_data()
3799 if (((in_flags & EF_SCORE_PIC) != 0) != ((out_flags & EF_SCORE_PIC) != 0)) in elf32_score_merge_private_bfd_data()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-score.c5602 elf_elfheader (stdoutput)->e_flags |= EF_SCORE_PIC; in score_elf_final_processing()