HomeSort by relevance Sort by last modified time
    Searched refs:fragp (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.h 56 #define HANDLE_ALIGN(fragp) metag_handle_align (fragp)
tc-score.h 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
42 /* #define md_frag_check(fragp) score_frag_check (fragp) */
65 #define TC_FRAG_INIT(FRAGP) \
68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
tc-visium.h 48 #define HANDLE_ALIGN(FRAGP) \
49 if ((FRAGP)->fr_type == rs_align_code) \
50 visium_handle_align (FRAGP);
53 #define md_relax_frag(segment, fragp, stretch) \
54 visium_relax_frag (segment, fragp, stretch)
tc-mips.h 51 #define md_relax_frag(segment, fragp, stretch) \
52 mips_relax_frag(segment, fragp, stretch)
62 #define HANDLE_ALIGN(fragp) mips_handle_align (fragp)
tc-i860.h 91 #define HANDLE_ALIGN(fragp) i860_handle_align (fragp)
tc-tilegx.h 42 #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp)
tc-tilepro.h 42 #define HANDLE_ALIGN(fragp) tilepro_handle_align (fragp)
tc-aarch64.h 139 #define TC_FRAG_INIT(fragp) aarch64_init_frag (fragp, max_chars)
140 #define HANDLE_ALIGN(fragp) aarch64_handle_align (fragp)
tc-nios2.c 775 /* Estimate size of fragp before relaxation.
776 This could also examine the offset in fragp and adjust
777 fragp->fr_subtype, but we will do that in nios2_relax_frag anyway. */
779 md_estimate_size_before_relax (fragS *fragp, segT segment ATTRIBUTE_UNUSED)
781 return nios2_relax_subtype_size (fragp->fr_subtype);
786 nios2_relax_frag (segT segment, fragS *fragp, long stretch)
788 addressT target = fragp->fr_offset;
789 relax_substateT subtype = fragp->fr_subtype;
790 symbolS *symbolp = fragp->fr_symbol;
803 && sym_frag->relax_marker != fragp->relax_marker
    [all...]
tc-arm.h 96 #define md_relax_frag(segment, fragp, stretch) \
97 arm_relax_frag (segment, fragp, stretch)
249 #define TC_FRAG_INIT(fragp) arm_init_frag (fragp, max_chars)
251 #define HANDLE_ALIGN(fragp) arm_handle_align (fragp)
tc-alpha.h 111 #define HANDLE_ALIGN(fragp) alpha_handle_align (fragp)
tc-sparc.h 75 #define HANDLE_ALIGN(fragp) sparc_handle_align (fragp)
tc-mips.c 18538 char *fragp; local
    [all...]
tc-score.c 65 static void s3_frag_check (fragS * fragp ATTRIBUTE_UNUSED);
70 static int s3_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED);
71 static int s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED);
72 static void s3_convert_frag (bfd * abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED, fragS * fragp);
5791 char *fragp; local
    [all...]
tc-score7.c 5646 char *fragp; local
    [all...]
tc-tic6x.c 4095 fragS *fragp; local
    [all...]
tc-epiphany.c 318 epiphany_handle_align (fragS *fragp)
323 if (fragp->fr_type != rs_align_code)
326 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
327 p = fragp->fr_literal + fragp->fr_fix;
344 fragp->fr_fix += fix;
677 epiphany_relax_frag (segT segment, fragS *fragP, long stretch)
680 long address ATTRIBUTE_UNUSED = fragP->fr_address + fragP->fr_fix - 2
    [all...]
tc-mn10200.c 329 fragS *fragP)
335 if (fragP->fr_subtype == 0)
337 fix_new (fragP, fragP->fr_fix + 1, 1, fragP->fr_symbol,
338 fragP->fr_offset, 1, BFD_RELOC_8_PCREL);
339 fragP->fr_var = 0;
340 fragP->fr_fix += 2;
342 else if (fragP->fr_subtype == 1)
345 int offset = fragP->fr_fix
    [all...]
obj-coff.c 1712 fragS *fragp; local
    [all...]
tc-spu.c 854 md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
912 spu_handle_align (fragS *fragp)
922 if (fragp->fr_type != rs_align_code)
925 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
926 p = fragp->fr_literal + fragp->fr_fix;
934 fragp->fr_fix += fix;
941 fragp->fr_fix += 4
    [all...]
tc-i860.c 1031 md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
    [all...]
tc-tilegx.c     [all...]
tc-tilepro.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/
subsegs.c 319 fragS *fragp;
321 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
316 fragS *fragp; local
write.c 432 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
434 switch (fragP->fr_type)
442 HANDLE_ALIGN (fragP);
444 know (fragP->fr_next != NULL);
445 fragP->fr_offset = (fragP->fr_next->fr_address
446 - fragP->fr_address
447 - fragP->fr_fix) / fragP->fr_var;
448 if (fragP->fr_offset < 0
547 fragS *fragp; local
    [all...]

Completed in 262 milliseconds

1 2