/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-loongarch.h | 43 #define md_relax_frag(segment, fragp, stretch) \ argument 79 #define HANDLE_ALIGN(fragp) loongarch_handle_align (fragp) argument
|
H A D | tc-riscv.h | 48 #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 D | tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ argument 62 #define HANDLE_ALIGN(fragp) mips_handle_align (fragp) argument
|
H A D | tc-metag.h | 55 #define HANDLE_ALIGN(fragp) metag_handle_align (fragp) argument
|
H A D | tc-visium.h | 53 #define md_relax_frag(segment, fragp, stretch) \ argument
|
H A D | tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
|
H A D | tc-arm.h | 80 #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 D | tc-tilegx.h | 42 #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp) argument
|
H A D | tc-score.c | 5788 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 D | tc-tilepro.h | 42 #define HANDLE_ALIGN(fragp) tilepro_handle_align (fragp) argument
|
H A D | tc-rl78.h | 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
|
H A D | tc-aarch64.h | 182 #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 D | tc-loongarch.h | 45 #define md_relax_frag(segment, fragp, stretch) \ argument 131 #define HANDLE_ALIGN(fragp) loongarch_handle_align (fragp) argument
|
H A D | tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ argument 62 #define HANDLE_ALIGN(fragp) mips_handle_align (fragp) argument
|
H A D | tc-metag.h | 55 #define HANDLE_ALIGN(fragp) metag_handle_align (fragp) argument
|
H A D | tc-visium.h | 53 #define md_relax_frag(segment, fragp, stretch) \ argument
|
H A D | tc-riscv.h | 48 #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 D | tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
|
H A D | tc-arm.h | 79 #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 D | tc-tilegx.h | 42 #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp) argument
|
H A D | tc-loongarch.c | 1784 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 D | tc-score.c | 5768 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 D | tc-tilepro.h | 42 #define HANDLE_ALIGN(fragp) tilepro_handle_align (fragp) argument
|
H A D | tc-rl78.h | 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
|
H A D | tc-rx.h | 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument
|