Searched refs:pdr_seg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-score.c | 133 static segT pdr_seg; variable 6132 assert (pdr_seg); in s_score_end() 6133 subseg_set (pdr_seg, 0); in s_score_end() 6626 pdr_seg = subseg_new (".pdr", (subsegT) 0); in md_begin() 6627 (void)bfd_set_section_flags (stdoutput, pdr_seg, SEC_READONLY | SEC_RELOC | SEC_DEBUGGING); in md_begin() 6628 (void)bfd_set_section_alignment (stdoutput, pdr_seg, 2); in md_begin()
|
| D | tc-mips.c | 1254 static segT pdr_seg; variable 1952 pdr_seg = subseg_new (".pdr", (subsegT) 0); in md_begin() 1953 (void) bfd_set_section_flags (stdoutput, pdr_seg, in md_begin() 1956 (void) bfd_set_section_alignment (stdoutput, pdr_seg, 2); in md_begin() 14890 assert (pdr_seg); in s_mips_end() 14891 subseg_set (pdr_seg, 0); in s_mips_end()
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 4172 * config/tc-mips.c (pdr_seg): Define only for ELF. 5336 (pdr_seg): Declare unconditionally.
|