Home
last modified time | relevance | path

Searched defs:fragp (Results 1 – 25 of 93) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-loongarch.h43 #define md_relax_frag(segment, fragp, stretch) \ argument
79 #define HANDLE_ALIGN(fragp) loongarch_handle_align (fragp) argument
H A Dtc-riscv.h48 #define md_relax_frag(segment, fragp, stretch) \ argument
150 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
H A Dtc-mips.h51 #define md_relax_frag(segment, fragp, stretch) \ argument
62 #define HANDLE_ALIGN(fragp) mips_handle_align (fragp) argument
H A Dtc-metag.h55 #define HANDLE_ALIGN(fragp) metag_handle_align (fragp) argument
H A Dtc-visium.h53 #define md_relax_frag(segment, fragp, stretch) \ argument
H A Dtc-score.h39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
H A Dtc-arm.h80 #define md_relax_frag(segment, fragp, stretch) \ argument
232 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
234 #define HANDLE_ALIGN(fragp) arm_handle_align (fragp) argument
H A Dtc-tilegx.h42 #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp) argument
H A Dtc-score.c5788 char *fragp; in s3_s_score_end() local
6773 s3_judge_size_before_relax (fragS * fragp, asection *sec) in s3_judge_size_before_relax()
6798 s3_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED) in s3_estimate_size_before_relax()
6808 s3_relax_branch_inst32 (fragS * fragp) in s3_relax_branch_inst32()
6815 s3_relax_branch_inst16 (fragS * fragp) in s3_relax_branch_inst16()
6857 s3_relax_cmpbranch_inst32 (fragS * fragp) in s3_relax_cmpbranch_inst32()
6918 s3_relax_other_inst32 (fragS * fragp) in s3_relax_other_inst32()
6942 s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED) in s3_relax_frag()
6992 s3_convert_frag (bfd * abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED, fragS * fragp) in s3_convert_frag()
7577 md_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED) in md_estimate_size_before_relax()
[all …]
H A Dtc-tilepro.h42 #define HANDLE_ALIGN(fragp) tilepro_handle_align (fragp) argument
H A Dtc-rl78.h56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
H A Dtc-aarch64.h182 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) argument
183 #define HANDLE_ALIGN(fragp) aarch64_handle_align (fragp) argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-loongarch.h45 #define md_relax_frag(segment, fragp, stretch) \ argument
131 #define HANDLE_ALIGN(fragp) loongarch_handle_align (fragp) argument
H A Dtc-mips.h51 #define md_relax_frag(segment, fragp, stretch) \ argument
62 #define HANDLE_ALIGN(fragp) mips_handle_align (fragp) argument
H A Dtc-metag.h55 #define HANDLE_ALIGN(fragp) metag_handle_align (fragp) argument
H A Dtc-visium.h53 #define md_relax_frag(segment, fragp, stretch) \ argument
H A Dtc-riscv.h48 #define md_relax_frag(segment, fragp, stretch) \ argument
167 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
H A Dtc-score.h39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
H A Dtc-arm.h79 #define md_relax_frag(segment, fragp, stretch) \ argument
231 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
233 #define HANDLE_ALIGN(fragp) arm_handle_align (fragp) argument
H A Dtc-tilegx.h42 #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp) argument
H A Dtc-loongarch.c1784 loongarch_handle_align (fragS *fragp) in loongarch_handle_align()
1889 loongarch_relaxed_branch_length (fragS *fragp, asection *sec, int update) in loongarch_relaxed_branch_length()
1949 loongarch_convert_frag_branch (fragS *fragp) in loongarch_convert_frag_branch()
2019 fragS *fragp) in md_convert_frag()
H A Dtc-score.c5768 char *fragp; in s3_s_score_end() local
6728 s3_judge_size_before_relax (fragS * fragp, asection *sec) in s3_judge_size_before_relax()
6753 s3_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED) in s3_estimate_size_before_relax()
6763 s3_relax_branch_inst32 (fragS * fragp) in s3_relax_branch_inst32()
6770 s3_relax_branch_inst16 (fragS * fragp) in s3_relax_branch_inst16()
6812 s3_relax_cmpbranch_inst32 (fragS * fragp) in s3_relax_cmpbranch_inst32()
6873 s3_relax_other_inst32 (fragS * fragp) in s3_relax_other_inst32()
6897 s3_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED) in s3_relax_frag()
6947 s3_convert_frag (bfd * abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED, fragS * fragp) in s3_convert_frag()
7532 md_estimate_size_before_relax (fragS * fragp, asection * sec ATTRIBUTE_UNUSED) in md_estimate_size_before_relax()
[all …]
H A Dtc-tilepro.h42 #define HANDLE_ALIGN(fragp) tilepro_handle_align (fragp) argument
H A Dtc-rl78.h56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
H A Dtc-rx.h68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument

1234