| /src/external/gpl3/binutils/dist/gas/ |
| subsegs.c | 349 fragS *fragp; 351 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) 346 fragS *fragp; local
|
| write.c | 413 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP) 415 switch (fragP->fr_type) 425 HANDLE_ALIGN (sec, fragP); 428 know (fragP->fr_next != NULL); 429 fragP->fr_offset = (fragP->fr_next->fr_address 430 - fragP->fr_address 431 - fragP->fr_fix) / fragP->fr_var; 432 if (fragP->fr_offset < 0 572 fragS *fragp; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| subsegs.c | 349 fragS *fragp; 351 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) 346 fragS *fragp; local
|
| write.c | 408 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP) 410 switch (fragP->fr_type) 420 HANDLE_ALIGN (sec, fragP); 423 know (fragP->fr_next != NULL); 424 fragP->fr_offset = (fragP->fr_next->fr_address 425 - fragP->fr_address 426 - fragP->fr_fix) / fragP->fr_var; 427 if (fragP->fr_offset < 0 567 fragS *fragp; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 1753 fragS *fragp; 1777 fragp = seg_info (sec)->frchainP->frch_root; 1779 while (fragp->fr_next != last) 1780 fragp = fragp->fr_next; 1782 if ((new_size - size) % fragp->fr_var == 0) 1783 fragp->fr_offset += (new_size - size) / fragp->fr_var; 1833 fragp = seg_info (sec)->frchainP->frch_root; 1834 while (fragp && fragp->fr_fix == 0 1749 fragS *fragp; local [all...] |
| tc-z8k.c | 1196 unsigned char *fragp = (unsigned char *) frag_more (length); local 1200 *fragp = ((src[0] & 0xf) << 4) | (src[1] & 0xf); 1202 fragp++; 1365 fragS *fragP ATTRIBUTE_UNUSED) 1558 md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
|
| tc-riscv.c | 666 fragS *fragp; local 671 for (fragp = seginfo->frchainP->frch_root; 672 fragp != NULL; 673 fragp = fragp->fr_next) 675 symbolS *last = fragp->tc_frag_data.last_map_symbol; 676 fragS *next = fragp->fr_next; 808 accordingly. If FRAGP is NULL, the worst-case length is returned. */ 811 relaxed_branch_length (fragS *fragp, asection *sec, int update) 815 if (!fragp) [all...] |
| tc-score7.c | 5210 s7_judge_size_before_relax (fragS * fragp, asection *sec) 5215 change = s7_nopic_need_relax (fragp->fr_symbol, 0); 5217 change = s7_pic_need_relax (fragp->fr_symbol, sec); 5223 if (fragp->fr_opcode == NULL) 5225 fragp->fr_fix = s7_RELAX_NEW (fragp->fr_subtype); 5226 fragp->fr_opcode = fragp->fr_literal + s7_RELAX_RELOC1 (fragp->fr_subtype); 5227 return s7_RELAX_NEW (fragp->fr_subtype) - s7_RELAX_OLD (fragp->fr_subtype) 5606 char *fragp; local [all...] |
| tc-tic54x.c | 281 fragS *fragp; local 283 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next) 284 if (fragp->fr_next == frag) 285 return fragp;
|
| tc-tic6x.c | 4087 fragS *fragp; local 4096 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) 4097 switch (fragp->fr_type) 4100 if (fragp->tc_frag_data.is_insns) 4106 if (fragp->fr_fix > 0) 4172 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next [all...] |
| tc-aarch64.c | 9195 md_estimate_size_before_relax (fragS * fragp, segT segtype ATTRIBUTE_UNUSED) 9197 fragp->fr_var = 4; 9230 aarch64_handle_align (fragS * fragP) 9239 if (fragP->fr_type != rs_align_code) 9242 bytes = fragP->fr_next->fr_address - fragP->fr_address - fragP->fr_fix; 9243 p = fragP->fr_literal + fragP->fr_fix; 9246 gas_assert (fragP->tc_frag_data.recorded) 10388 fragS *fragp; local [all...] |
| tc-score.c | 62 static void s3_frag_check (fragS * fragp ATTRIBUTE_UNUSED); 67 static int s3_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED); 68 static int s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED); 69 static void s3_convert_frag (bfd * abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED, fragS * fragp); 5767 char *fragp; local 5817 fragp = frag_more (7 * 4); 5818 md_number_to_chars (fragp, s3_cur_proc_ptr->reg_mask, 4); 5819 md_number_to_chars (fragp + 4, s3_cur_proc_ptr->reg_offset, 4); 5820 md_number_to_chars (fragp + 8, s3_cur_proc_ptr->fpreg_mask, 4); 5821 md_number_to_chars (fragp + 12, s3_cur_proc_ptr->leaf, 4) [all...] |
| tc-mips.c | 18206 /* Given a MIPS16 variant frag FRAGP and PC-relative operand PCREL_OP 18211 mips16_pcrel_val (fragS *fragp, const struct mips_pcrel_operand *pcrel_op, 18219 sym_frag = symbol_get_frag (fragp->fr_symbol); 18226 if (stretch != 0 && sym_frag->relax_marker != fragp->relax_marker) 18236 for (f = fragp; f != NULL && f != sym_frag; f = f->fr_next) 18252 addr = fragp->fr_address + fragp->fr_fix; 18265 if (RELAX_MIPS16_EXTENDED (fragp->fr_subtype)) 18272 else if (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype)) 18274 else if (RELAX_MIPS16_DSLOT (fragp->fr_subtype) 20280 char *fragp; local [all...] |
| tc-arm.c | 26077 arm_frag_max_var (fragS *fragp) 26089 gas_assert (fragp->fr_type == rs_machine_dependent); 26097 md_estimate_size_before_relax (fragS * fragp, 26100 fragp->fr_var = 2; 26107 md_convert_frag (bfd *abfd, segT asec ATTRIBUTE_UNUSED, fragS *fragp) 26118 buf = fragp->fr_literal + fragp->fr_fix; 26121 if (fragp->fr_symbol) 26124 exp.X_add_symbol = fragp->fr_symbol; 26130 exp.X_add_number = fragp->fr_offset 29862 fragS *fragp; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 1732 fragS *fragp; 1756 fragp = seg_info (sec)->frchainP->frch_root; 1758 while (fragp->fr_next != last) 1759 fragp = fragp->fr_next; 1761 if ((new_size - size) % fragp->fr_var == 0) 1762 fragp->fr_offset += (new_size - size) / fragp->fr_var; 1812 fragp = seg_info (sec)->frchainP->frch_root; 1813 while (fragp && fragp->fr_fix == 0 1728 fragS *fragp; local [all...] |
| tc-z8k.c | 1197 unsigned char *fragp = (unsigned char *) frag_more (length); local 1201 *fragp = ((src[0] & 0xf) << 4) | (src[1] & 0xf); 1203 fragp++; 1366 fragS *fragP ATTRIBUTE_UNUSED) 1559 md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
|
| tc-riscv.c | 666 fragS *fragp; local 671 for (fragp = seginfo->frchainP->frch_root; 672 fragp != NULL; 673 fragp = fragp->fr_next) 675 symbolS *last = fragp->tc_frag_data.last_map_symbol; 676 fragS *next = fragp->fr_next; 808 accordingly. If FRAGP is NULL, the worst-case length is returned. */ 811 relaxed_branch_length (fragS *fragp, asection *sec, int update) 815 if (!fragp) [all...] |
| tc-score7.c | 5210 s7_judge_size_before_relax (fragS * fragp, asection *sec) 5215 change = s7_nopic_need_relax (fragp->fr_symbol, 0); 5217 change = s7_pic_need_relax (fragp->fr_symbol, sec); 5223 if (fragp->fr_opcode == NULL) 5225 fragp->fr_fix = s7_RELAX_NEW (fragp->fr_subtype); 5226 fragp->fr_opcode = fragp->fr_literal + s7_RELAX_RELOC1 (fragp->fr_subtype); 5227 return s7_RELAX_NEW (fragp->fr_subtype) - s7_RELAX_OLD (fragp->fr_subtype) 5606 char *fragp; local [all...] |
| tc-tic54x.c | 281 fragS *fragp; local 283 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next) 284 if (fragp->fr_next == frag) 285 return fragp;
|
| tc-tic6x.c | 4087 fragS *fragp; local 4096 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next) 4097 switch (fragp->fr_type) 4100 if (fragp->tc_frag_data.is_insns) 4106 if (fragp->fr_fix > 0) 4172 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next [all...] |
| tc-aarch64.c | 9087 md_estimate_size_before_relax (fragS * fragp, segT segtype ATTRIBUTE_UNUSED) 9089 fragp->fr_var = 4; 9122 aarch64_handle_align (fragS * fragP) 9131 if (fragP->fr_type != rs_align_code) 9134 bytes = fragP->fr_next->fr_address - fragP->fr_address - fragP->fr_fix; 9135 p = fragP->fr_literal + fragP->fr_fix; 9138 gas_assert (fragP->tc_frag_data.recorded) 10273 fragS *fragp; local [all...] |
| tc-score.c | 62 static void s3_frag_check (fragS * fragp ATTRIBUTE_UNUSED); 67 static int s3_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED); 68 static int s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED); 69 static void s3_convert_frag (bfd * abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED, fragS * fragp); 5767 char *fragp; local 5817 fragp = frag_more (7 * 4); 5818 md_number_to_chars (fragp, s3_cur_proc_ptr->reg_mask, 4); 5819 md_number_to_chars (fragp + 4, s3_cur_proc_ptr->reg_offset, 4); 5820 md_number_to_chars (fragp + 8, s3_cur_proc_ptr->fpreg_mask, 4); 5821 md_number_to_chars (fragp + 12, s3_cur_proc_ptr->leaf, 4) [all...] |
| tc-mips.c | 17895 /* Given a MIPS16 variant frag FRAGP and PC-relative operand PCREL_OP 17900 mips16_pcrel_val (fragS *fragp, const struct mips_pcrel_operand *pcrel_op, 17908 sym_frag = symbol_get_frag (fragp->fr_symbol); 17915 if (stretch != 0 && sym_frag->relax_marker != fragp->relax_marker) 17925 for (f = fragp; f != NULL && f != sym_frag; f = f->fr_next) 17941 addr = fragp->fr_address + fragp->fr_fix; 17954 if (RELAX_MIPS16_EXTENDED (fragp->fr_subtype)) 17961 else if (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype)) 17963 else if (RELAX_MIPS16_DSLOT (fragp->fr_subtype) 19968 char *fragp; local [all...] |
| tc-arm.c | 26080 arm_frag_max_var (fragS *fragp) 26092 gas_assert (fragp->fr_type == rs_machine_dependent); 26100 md_estimate_size_before_relax (fragS * fragp, 26103 fragp->fr_var = 2; 26110 md_convert_frag (bfd *abfd, segT asec ATTRIBUTE_UNUSED, fragS *fragp) 26121 buf = fragp->fr_literal + fragp->fr_fix; 26124 if (fragp->fr_symbol) 26127 exp.X_add_symbol = fragp->fr_symbol; 26133 exp.X_add_number = fragp->fr_offset 29869 fragS *fragp; local [all...] |