Home
last modified time | relevance | path

Searched refs:fixp (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/dports/astro/gpsd/gpsd-3.20/
H A Dgpsutils.c252 fixp->climb = NAN; in gps_clear_fix()
253 fixp->depth = NAN; in gps_clear_fix()
254 fixp->epc = NAN; in gps_clear_fix()
255 fixp->epd = NAN; in gps_clear_fix()
256 fixp->eph = NAN; in gps_clear_fix()
257 fixp->eps = NAN; in gps_clear_fix()
258 fixp->ept = NAN; in gps_clear_fix()
259 fixp->epv = NAN; in gps_clear_fix()
260 fixp->epx = NAN; in gps_clear_fix()
261 fixp->epy = NAN; in gps_clear_fix()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dwrite.c629 fixp = fixp->fx_next; in dump_section_relocs()
656 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
792 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
800 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
862 fixp->fx_file, fixp->fx_line, s); in write_relocs()
872 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
910 if (fixp->fx_where + fixp->fx_size in write_relocs()
912 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
934 fixp->fx_file, fixp->fx_line, s); in write_relocs()
2375 fprintf (stderr, "fix %lx %s:%d", (long) fixp, fixp->fx_file, fixp->fx_line); in print_fixup()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-msp430.c1353 fixS *fixp; in md_pcrel_from_section()
1361 return fixp->fx_frag->fr_address + fixp->fx_where;
1408 as_bad_where (fixp->fx_file, fixp->fx_line,
1428 where = fixp->fx_frag->fr_literal + fixp->fx_where;
1436 as_bad_where (fixp->fx_file, fixp->fx_line,
1444 as_bad_where (fixp->fx_file, fixp->fx_line,
1453 as_bad_where (fixp->fx_file, fixp->fx_line,
1458 as_bad_where (fixp->fx_file, fixp->fx_line,
1468 as_bad_where (fixp->fx_file, fixp->fx_line,
1488 fixp->fx_line, fixp->fx_r_type);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-msp430.c1353 fixS *fixp; in md_pcrel_from_section()
1361 return fixp->fx_frag->fr_address + fixp->fx_where;
1408 as_bad_where (fixp->fx_file, fixp->fx_line,
1428 where = fixp->fx_frag->fr_literal + fixp->fx_where;
1436 as_bad_where (fixp->fx_file, fixp->fx_line,
1444 as_bad_where (fixp->fx_file, fixp->fx_line,
1453 as_bad_where (fixp->fx_file, fixp->fx_line,
1458 as_bad_where (fixp->fx_file, fixp->fx_line,
1468 as_bad_where (fixp->fx_file, fixp->fx_line,
1488 fixp->fx_line, fixp->fx_r_type);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dwrite.c740 fixp = fixp->fx_next;
767 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
902 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
910 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
949 if (fixp->fx_where + fixp->fx_size in write_relocs()
972 fixp->fx_file, fixp->fx_line, s); in write_relocs()
982 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
1020 if (fixp->fx_where + fixp->fx_size in write_relocs()
1022 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
1044 fixp->fx_file, fixp->fx_line, s); in write_relocs()
[all …]
H A Dliteral.c57 fixS *fixp; local
64 for (fixp = seginfo->frchainP->fix_root;
65 fixp != (fixS *) NULL;
66 fixp = fixp->fx_next, offset += size)
68 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dwrite.c740 fixp = fixp->fx_next;
767 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
902 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
910 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
949 if (fixp->fx_where + fixp->fx_size in write_relocs()
972 fixp->fx_file, fixp->fx_line, s); in write_relocs()
982 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
1020 if (fixp->fx_where + fixp->fx_size in write_relocs()
1022 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
1044 fixp->fx_file, fixp->fx_line, s); in write_relocs()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-or1k.c301 tc_gen_reloc (asection * section, fixS * fixp) in tc_gen_reloc() argument
310 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
312 if (fixp->fx_pcrel) in tc_gen_reloc()
315 fixp->fx_offset -= md_pcrel_from_section (fixp, section); in tc_gen_reloc()
317 fixp->fx_offset = reloc->address; in tc_gen_reloc()
319 reloc->addend = fixp->fx_offset; in tc_gen_reloc()
321 code = fixp->fx_r_type; in tc_gen_reloc()
325 if (fixp->fx_pcrel) in tc_gen_reloc()
330 if (fixp->fx_pcrel) in tc_gen_reloc()
335 if (fixp->fx_pcrel) in tc_gen_reloc()
[all …]
H A Dtc-xc16x.c281 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
286 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
291 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
299 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
301 rel->addend = fixp->fx_offset; in tc_gen_reloc()
303 r_type = fixp->fx_r_type; in tc_gen_reloc()
314 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-or1k.c298 tc_gen_reloc (asection * section, fixS * fixp) in tc_gen_reloc() argument
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
309 if (fixp->fx_pcrel) in tc_gen_reloc()
312 fixp->fx_offset -= md_pcrel_from_section (fixp, section); in tc_gen_reloc()
314 fixp->fx_offset = reloc->address; in tc_gen_reloc()
316 reloc->addend = fixp->fx_offset; in tc_gen_reloc()
318 code = fixp->fx_r_type; in tc_gen_reloc()
322 if (fixp->fx_pcrel) in tc_gen_reloc()
327 if (fixp->fx_pcrel) in tc_gen_reloc()
332 if (fixp->fx_pcrel) in tc_gen_reloc()
[all …]
H A Dtc-xc16x.c281 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
286 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
291 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
299 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
301 rel->addend = fixp->fx_offset; in tc_gen_reloc()
303 r_type = fixp->fx_r_type; in tc_gen_reloc()
314 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-or1k.c298 tc_gen_reloc (asection * section, fixS * fixp) in tc_gen_reloc() argument
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
309 if (fixp->fx_pcrel) in tc_gen_reloc()
312 fixp->fx_offset -= md_pcrel_from_section (fixp, section); in tc_gen_reloc()
314 fixp->fx_offset = reloc->address; in tc_gen_reloc()
316 reloc->addend = fixp->fx_offset; in tc_gen_reloc()
318 code = fixp->fx_r_type; in tc_gen_reloc()
322 if (fixp->fx_pcrel) in tc_gen_reloc()
327 if (fixp->fx_pcrel) in tc_gen_reloc()
332 if (fixp->fx_pcrel) in tc_gen_reloc()
[all …]
H A Dtc-xc16x.c281 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
286 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
291 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
299 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
301 rel->addend = fixp->fx_offset; in tc_gen_reloc()
303 r_type = fixp->fx_r_type; in tc_gen_reloc()
314 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-or1k.c301 tc_gen_reloc (asection * section, fixS * fixp) in tc_gen_reloc() argument
310 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
312 if (fixp->fx_pcrel) in tc_gen_reloc()
315 fixp->fx_offset -= md_pcrel_from_section (fixp, section); in tc_gen_reloc()
317 fixp->fx_offset = reloc->address; in tc_gen_reloc()
319 reloc->addend = fixp->fx_offset; in tc_gen_reloc()
321 code = fixp->fx_r_type; in tc_gen_reloc()
325 if (fixp->fx_pcrel) in tc_gen_reloc()
330 if (fixp->fx_pcrel) in tc_gen_reloc()
335 if (fixp->fx_pcrel) in tc_gen_reloc()
[all …]
H A Dtc-xc16x.c281 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
286 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
291 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
299 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
301 rel->addend = fixp->fx_offset; in tc_gen_reloc()
303 r_type = fixp->fx_r_type; in tc_gen_reloc()
314 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-or1k.c298 tc_gen_reloc (asection * section, fixS * fixp) in tc_gen_reloc() argument
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
309 if (fixp->fx_pcrel) in tc_gen_reloc()
312 fixp->fx_offset -= md_pcrel_from_section (fixp, section); in tc_gen_reloc()
314 fixp->fx_offset = reloc->address; in tc_gen_reloc()
316 reloc->addend = fixp->fx_offset; in tc_gen_reloc()
318 code = fixp->fx_r_type; in tc_gen_reloc()
322 if (fixp->fx_pcrel) in tc_gen_reloc()
327 if (fixp->fx_pcrel) in tc_gen_reloc()
332 if (fixp->fx_pcrel) in tc_gen_reloc()
[all …]
H A Dtc-xc16x.c281 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
286 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
291 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
299 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
301 rel->addend = fixp->fx_offset; in tc_gen_reloc()
303 r_type = fixp->fx_r_type; in tc_gen_reloc()
314 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dwrite.c739 fixp = fixp->fx_next;
766 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
906 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
914 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
976 fixp->fx_file, fixp->fx_line, s); in write_relocs()
986 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
1024 if (fixp->fx_where + fixp->fx_size in write_relocs()
1026 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
1048 fixp->fx_file, fixp->fx_line, s); in write_relocs()
2808 fprintf (stderr, "fix %lx %s:%d", (long) fixp, fixp->fx_file, fixp->fx_line); in print_fixup()
[all …]
H A Dliteral.c57 fixS *fixp; local
64 for (fixp = seginfo->frchainP->fix_root;
65 fixp != (fixS *) NULL;
66 fixp = fixp->fx_next, offset += size)
68 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-xc16x.c325 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
330 if (fixp->fx_addsy && fixp->fx_subsy) in tc_gen_reloc()
332 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy)) in tc_gen_reloc()
333 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section) in tc_gen_reloc()
335 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
343 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
344 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
345 rel->addend = fixp->fx_offset; in tc_gen_reloc()
347 r_type = fixp->fx_r_type; in tc_gen_reloc()
358 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dliteral.c54 fixS *fixp; in add_to_literal_pool() local
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
62 fixp != (fixS *) NULL; in add_to_literal_pool()
63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend) in add_to_literal_pool()
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dliteral.c54 fixS *fixp; in add_to_literal_pool() local
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
62 fixp != (fixS *) NULL; in add_to_literal_pool()
63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend) in add_to_literal_pool()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dliteral.c54 fixS *fixp; in add_to_literal_pool() local
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
62 fixp != (fixS *) NULL; in add_to_literal_pool()
63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend) in add_to_literal_pool()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dliteral.c54 fixS *fixp; in add_to_literal_pool() local
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
62 fixp != (fixS *) NULL; in add_to_literal_pool()
63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend) in add_to_literal_pool()
/dports/devel/binutils/binutils-2.37/gas/
H A Dliteral.c54 fixS *fixp; in add_to_literal_pool() local
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
62 fixp != (fixS *) NULL; in add_to_literal_pool()
63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend) in add_to_literal_pool()

12345678910>>...50