Home
last modified time | relevance | path

Searched defs:fix (Results 201 – 225 of 282) sorted by last modified time

12345678910>>...12

/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c1425 apply_fixups (struct arc_insn *insn, fragS *fragP, int fix) in apply_fixups()
3294 int size, fix; in md_convert_frag() local
H A Dtc-arm.c26692 unsigned bytes, fix, noop_size; in arm_handle_align() local
H A Dtc-avr.c1463 avr_validate_fix_sub (fixS *fix) in avr_validate_fix_sub()
1493 avr_force_relocation (fixS *fix) in avr_force_relocation()
2172 fixS *fix; in avr_output_property_record() local
H A Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
190 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
H A Dtc-bpf.c232 tc_gen_reloc (asection *sec, fixS *fix) in tc_gen_reloc()
H A Dtc-aarch64.c7374 int bytes, fix, noop_size; in aarch64_handle_align() local
H A Dobj-macho.c1960 obj_mach_o_force_reloc_sub_same (fixS *fix, segT seg) in obj_mach_o_force_reloc_sub_same()
1968 obj_mach_o_force_reloc_sub_local (fixS *fix, segT seg ATTRIBUTE_UNUSED) in obj_mach_o_force_reloc_sub_local()
1974 obj_mach_o_force_reloc (fixS *fix) in obj_mach_o_force_reloc()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c6130 reloc_bfd_fix *fix; in reloc_bfd_fix_init() local
6145 add_fix (asection *src_sec, reloc_bfd_fix *fix) in add_fix()
9686 reloc_bfd_fix *fix; in relax_section() local
9934 translate_reloc_bfd_fix (reloc_bfd_fix *fix) in translate_reloc_bfd_fix()
10247 reloc_bfd_fix *fix; in move_literal() local
10792 reloc_bfd_fix *fix; in do_fix_for_relocatable_link() local
10838 reloc_bfd_fix *fix; in do_fix_for_final_link() local
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c17334 add_minipool_forward_ref (Mfix *fix) in add_minipool_forward_ref()
17510 add_minipool_backward_ref (Mfix *fix) in add_minipool_backward_ref()
17797 create_fix_barrier (Mfix *fix, HOST_WIDE_INT max_address) in create_fix_barrier()
17890 Mfix * fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* fix)); in push_minipool_barrier() local
17914 Mfix * fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* fix)); in push_minipool_fix() local
19180 Mfix * fix; in arm_reorg() local
/netbsd/sbin/fsck_lfs/
H A Ddir.c179 long size, blksiz, fix, dploc; in fsck_readdir() local
/netbsd/sbin/fsck_ext2fs/
H A Ddir.c202 long size, blksiz, fix, dploc; in fsck_readdir() local
/netbsd/sbin/fdisk/
H A Dfdisk.c1851 check_overlap(int part, int sysid, daddr_t start, daddr_t size, int fix) in check_overlap()
1975 check_ext_overlap(int part, int sysid, daddr_t start, daddr_t size, int fix) in check_ext_overlap()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dtic6x-dis.c331 unsigned int fix; in print_insn_tic6x() local
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsymtab.c4736 int fix = -1; /* -1 means ok; otherwise number of in search() local
/netbsd/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dgdb_ari.sh181 function fix(bug,file,count) { function
/netbsd/external/gpl3/gdb/dist/gas/
H A Dwrite.c323 generic_force_reloc (fixS *fix) in generic_force_reloc()
H A Dwrite.h47 struct fix struct
50 struct fix *fx_next; argument
56 unsigned fx_pcrel : 1;
59 unsigned fx_done : 1;
86 /* Which frag does this fix apply to? */ argument
89 /* The location within the frag where the fixup occurs. */ argument
101 /* The value of dot when the fixup expression was parsed. */ argument
102 addressT fx_dot_value;
127 /* Which ifield this fixup applies to. */ argument
137 TC_FIX_TYPE tc_fix_data; argument
[all …]
H A Dehopt.c105 fixS *fix; in get_cie_info() local
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-xstormy16.h48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
H A Dtc-xtensa.h360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
364 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix) argument
369 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix) argument
H A Dtc-xtensa.c5875 xtensa_force_relocation (fixS *fix) in xtensa_force_relocation()
5911 xtensa_validate_fix_sub (fixS *fix) in xtensa_validate_fix_sub()
11287 fixS *fix, *next_fix, **fix_splice; in xtensa_move_literals() local
11882 fixS *fix; in xtensa_create_property_segments() local
11980 fixS *fix; in xtensa_create_xproperty_segments() local
H A Dtc-tic6x.c1864 fixS *fix; in tic6x_fix_new_exp() local
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
H A Dtc-xstormy16.c409 xstormy16_force_relocation (fixS * fix) in xstormy16_force_relocation()
H A Dtc-tilepro.c1554 tilepro_fix_adjustable (fixS *fix) in tilepro_fix_adjustable()
1618 int bytes, fix; in tilepro_handle_align() local

12345678910>>...12