Home
last modified time | relevance | path

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

/dragonfly/contrib/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()
H A Dwrite.c625 if (!fixp) in dump_section_relocs()
629 while (fixp) in dump_section_relocs()
642 fixp = fixp->fx_next; in dump_section_relocs()
769 fixS *fixp; in adjust_reloc_syms() local
776 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
870 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL)) in adjust_reloc_syms()
1208 fixS *fixp; in write_relocs() local
1217 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
1246 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
1266 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dwrite.c639 if (!fixp) in dump_section_relocs()
643 while (fixp) in dump_section_relocs()
656 fixp = fixp->fx_next; in dump_section_relocs()
783 fixS *fixp; in adjust_reloc_syms() local
790 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
884 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL)) in adjust_reloc_syms()
1225 fixS *fixp; in write_relocs() local
1234 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
1264 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next) in write_relocs()
1284 as_bad_where (fixp->fx_file, fixp->fx_line, in write_relocs()
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c10660 fixp->fx_r_type = (fixp->fx_tcbit in i386_validate_fix()
10703 valueT value = S_GET_SIZE (fixp->fx_addsy) + fixp->fx_offset; in tc_gen_reloc()
10706 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
10772 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
10790 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
10828 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
10837 else if (fixp->fx_addsy && S_IS_WEAK (fixp->fx_addsy)) in tc_gen_reloc()
10838 rel->addend = fixp->fx_addnumber - (S_GET_VALUE (fixp->fx_addsy) * 2); in tc_gen_reloc()
10858 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
10881 rel->addend = fixp->fx_offset - fixp->fx_size; in tc_gen_reloc()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c13054 fixp->fx_r_type = (fixp->fx_tcbit in i386_validate_fix()
13097 valueT value = S_GET_SIZE (fixp->fx_addsy) + fixp->fx_offset; in tc_gen_reloc()
13100 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
13168 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
13186 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
13224 rel->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
13233 else if (fixp->fx_addsy && S_IS_WEAK (fixp->fx_addsy)) in tc_gen_reloc()
13234 rel->addend = fixp->fx_addnumber - (S_GET_VALUE (fixp->fx_addsy) * 2); in tc_gen_reloc()
13254 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
13277 rel->addend = fixp->fx_offset - fixp->fx_size; in tc_gen_reloc()
[all …]