Searched refs:sym_value (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-pj.c42 bfd_vma sym_value; local
62 sym_value = 0;
64 sym_value = (symbol_in->value +
72 insn += sym_value + reloc_entry->addend;
81 insn += sym_value + reloc_entry->addend;
87 insn += sym_value + reloc_entry->addend
94 insn += sym_value + reloc_entry->addend;
100 insn += (sym_value + reloc_entry->addend) >> 16;
H A Darc-got.h266 bfd_vma sym_value; member in struct:arc_static_sym_data
285 reloc_data->sym_value = h->root.u.def.value;
288 ret.sym_value = h->root.u.def.value
299 ret.sym_value = sym->st_value
354 tmp.sym_value - sec_vma
367 (long) (sym_value - sec_vma),
389 tmp.sym_value - sec_vma
402 (long) (sym_value - sec_vma),
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value
[all...]
H A Delf32-m68hc12.c533 bfd_vma sym_value, phys_page, phys_addr;
564 sym_value = (stub_entry->target_value
567 phys_addr = m68hc11_phys_addr (&htab->pinfo, sym_value);
568 phys_page = m68hc11_phys_page (&htab->pinfo, sym_value);
532 bfd_vma sym_value, phys_page, phys_addr; local
H A Delf32-metag.c3333 bfd_vma sym_value; local
3363 sym_value = (hsh->target_value
3368 sym_value -= (hsh->stub_offset
3372 bfd_put_32 (stub_bfd, ADDT_A0_3_CPC | (((sym_value >> 16) & 0xffff) << 3),
3375 bfd_put_32 (stub_bfd, ADD_A0_3_A0_3 | ((sym_value & 0xffff) << 3),
3386 sym_value = (hsh->target_value
3391 bfd_put_32 (stub_bfd, MOVT_A0_3 | (((sym_value >> 16) & 0xffff) << 3),
3394 bfd_put_32 (stub_bfd, JUMP_A0_3 | ((sym_value & 0xffff) << 3), loc + 4);
3773 bfd_vma sym_value; local
3799 sym_value
[all...]
H A Delf32-hppa.c703 bfd_vma sym_value; local
741 sym_value = (hsh->target_value
745 val = hppa_field_adjust (sym_value, 0, e_lrsel);
749 val = hppa_field_adjust (sym_value, 0, e_rrsel) >> 2;
767 sym_value = (hsh->target_value
772 sym_value -= (hsh->stub_offset
777 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_lrsel);
781 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_rrsel) >> 2;
794 sym_value = (off
807 val = hppa_field_adjust (sym_value,
2720 bfd_vma sym_value; local
[all...]
H A Delf32-arc.c166 bfd_signed_vma sym_value; member in struct:arc_relocation_data
1088 (unsigned int) reloc_data.sym_value);
1195 #define S ((bfd_signed_vma) (reloc_data.sym_value \
1199 #define L ((bfd_signed_vma) (reloc_data.sym_value \
1465 .sym_value = 0,
1570 reloc_data.sym_value = h->root.u.def.value;
1602 reloc_data.sym_value = sym->st_value;
1661 reloc_data.sym_value = h->root.u.def.value;
1673 reloc_data.sym_value + reloc_data.reloc_addend
1687 reloc_data.sym_value
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-pj.c42 bfd_vma sym_value; local
62 sym_value = 0;
64 sym_value = (symbol_in->value +
72 insn += sym_value + reloc_entry->addend;
81 insn += sym_value + reloc_entry->addend;
87 insn += sym_value + reloc_entry->addend
94 insn += sym_value + reloc_entry->addend;
100 insn += (sym_value + reloc_entry->addend) >> 16;
H A Darc-got.h266 bfd_vma sym_value; member in struct:arc_static_sym_data
285 reloc_data->sym_value = h->root.u.def.value;
288 ret.sym_value = h->root.u.def.value
299 ret.sym_value = sym->st_value
354 tmp.sym_value - sec_vma
367 (long) (sym_value - sec_vma),
389 tmp.sym_value - sec_vma
402 (long) (sym_value - sec_vma),
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value
[all...]
H A Delf32-m68hc12.c533 bfd_vma sym_value, phys_page, phys_addr;
564 sym_value = (stub_entry->target_value
567 phys_addr = m68hc11_phys_addr (&htab->pinfo, sym_value);
568 phys_page = m68hc11_phys_page (&htab->pinfo, sym_value);
532 bfd_vma sym_value, phys_page, phys_addr; local
H A Delf32-metag.c3333 bfd_vma sym_value; local
3363 sym_value = (hsh->target_value
3368 sym_value -= (hsh->stub_offset
3372 bfd_put_32 (stub_bfd, ADDT_A0_3_CPC | (((sym_value >> 16) & 0xffff) << 3),
3375 bfd_put_32 (stub_bfd, ADD_A0_3_A0_3 | ((sym_value & 0xffff) << 3),
3386 sym_value = (hsh->target_value
3391 bfd_put_32 (stub_bfd, MOVT_A0_3 | (((sym_value >> 16) & 0xffff) << 3),
3394 bfd_put_32 (stub_bfd, JUMP_A0_3 | ((sym_value & 0xffff) << 3), loc + 4);
3773 bfd_vma sym_value; local
3799 sym_value
[all...]
H A Delf32-hppa.c703 bfd_vma sym_value; local
741 sym_value = (hsh->target_value
745 val = hppa_field_adjust (sym_value, 0, e_lrsel);
749 val = hppa_field_adjust (sym_value, 0, e_rrsel) >> 2;
767 sym_value = (hsh->target_value
772 sym_value -= (hsh->stub_offset
777 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_lrsel);
781 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_rrsel) >> 2;
794 sym_value = (off
807 val = hppa_field_adjust (sym_value,
2720 bfd_vma sym_value; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-pj.c42 bfd_vma sym_value; local
62 sym_value = 0;
64 sym_value = (symbol_in->value +
72 insn += sym_value + reloc_entry->addend;
81 insn += sym_value + reloc_entry->addend;
87 insn += sym_value + reloc_entry->addend
94 insn += sym_value + reloc_entry->addend;
100 insn += (sym_value + reloc_entry->addend) >> 16;
H A Darc-got.h295 bfd_vma sym_value = 0; local
300 reloc_data->sym_value = h->root.u.def.value;
303 sym_value = h->root.u.def.value
316 sym_value = sym->st_value
339 sym_value - sec_vma
352 (long) (sym_value - sec_vma),
370 sym_value - sec_vma
383 (long) (sym_value - sec_vma),
412 reloc_data->sym_value + sec_vma,
416 (long) (reloc_data->sym_value
[all...]
H A Delf32-m68hc12.c533 bfd_vma sym_value, phys_page, phys_addr;
556 sym_value = (stub_entry->target_value
559 phys_addr = m68hc11_phys_addr (&htab->pinfo, sym_value);
560 phys_page = m68hc11_phys_page (&htab->pinfo, sym_value);
532 bfd_vma sym_value, phys_page, phys_addr; local
H A Delf32-hppa.c709 bfd_vma sym_value; local
738 sym_value = (hsh->target_value
742 val = hppa_field_adjust (sym_value, 0, e_lrsel);
746 val = hppa_field_adjust (sym_value, 0, e_rrsel) >> 2;
755 sym_value = (hsh->target_value
760 sym_value -= (hsh->stub_offset
765 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_lrsel);
769 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_rrsel) >> 2;
782 sym_value = (off
795 val = hppa_field_adjust (sym_value,
2834 bfd_vma sym_value; local
[all...]
H A Delf32-arc.c166 bfd_signed_vma sym_value; member in struct:arc_relocation_data
1092 (unsigned int) reloc_data.sym_value);
1199 #define S ((bfd_signed_vma) (reloc_data.sym_value \
1203 #define L ((bfd_signed_vma) (reloc_data.sym_value \
1469 .sym_value = 0,
1574 reloc_data.sym_value = h->root.u.def.value;
1606 reloc_data.sym_value = sym->st_value;
1665 reloc_data.sym_value = h->root.u.def.value;
1677 reloc_data.sym_value + reloc_data.reloc_addend
1691 reloc_data.sym_value
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-pj.c42 bfd_vma sym_value; local
62 sym_value = 0;
64 sym_value = (symbol_in->value +
72 insn += sym_value + reloc_entry->addend;
81 insn += sym_value + reloc_entry->addend;
87 insn += sym_value + reloc_entry->addend
94 insn += sym_value + reloc_entry->addend;
100 insn += (sym_value + reloc_entry->addend) >> 16;
H A Darc-got.h295 bfd_vma sym_value = 0; local
300 reloc_data->sym_value = h->root.u.def.value;
303 sym_value = h->root.u.def.value
316 sym_value = sym->st_value
339 sym_value - sec_vma
352 (long) (sym_value - sec_vma),
370 sym_value - sec_vma
383 (long) (sym_value - sec_vma),
412 reloc_data->sym_value + sec_vma,
416 (long) (reloc_data->sym_value
[all...]
H A Delf32-m68hc12.c533 bfd_vma sym_value, phys_page, phys_addr;
564 sym_value = (stub_entry->target_value
567 phys_addr = m68hc11_phys_addr (&htab->pinfo, sym_value);
568 phys_page = m68hc11_phys_page (&htab->pinfo, sym_value);
532 bfd_vma sym_value, phys_page, phys_addr; local
H A Delf32-hppa.c703 bfd_vma sym_value; local
741 sym_value = (hsh->target_value
745 val = hppa_field_adjust (sym_value, 0, e_lrsel);
749 val = hppa_field_adjust (sym_value, 0, e_rrsel) >> 2;
767 sym_value = (hsh->target_value
772 sym_value -= (hsh->stub_offset
777 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_lrsel);
781 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_rrsel) >> 2;
794 sym_value = (off
807 val = hppa_field_adjust (sym_value,
2722 bfd_vma sym_value; local
[all...]
H A Delf32-arc.c166 bfd_signed_vma sym_value; member in struct:arc_relocation_data
1088 (unsigned int) reloc_data.sym_value);
1195 #define S ((bfd_signed_vma) (reloc_data.sym_value \
1199 #define L ((bfd_signed_vma) (reloc_data.sym_value \
1465 .sym_value = 0,
1570 reloc_data.sym_value = h->root.u.def.value;
1602 reloc_data.sym_value = sym->st_value;
1661 reloc_data.sym_value = h->root.u.def.value;
1673 reloc_data.sym_value + reloc_data.reloc_addend
1687 reloc_data.sym_value
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmipsread.c260 bfd_vma sym_value; local
273 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value);
290 /* If sym_value is nonzero, it points to the shared library
293 If sym_value is zero, then we have to get the GOT entry
305 if (sym_value == 0)
313 sym_value =
317 if (sym_value == 0)
361 reader.record (name, sym_value, ms_type);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c260 bfd_vma sym_value; local
273 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value);
290 /* If sym_value is nonzero, it points to the shared library
293 If sym_value is zero, then we have to get the GOT entry
305 if (sym_value == 0)
313 sym_value =
317 if (sym_value == 0)
361 reader.record (name, sym_value, ms_type);
/netbsd-current/sys/ddb/
H A Ddb_sym.h76 void (*sym_value)(db_symtab_t *, db_sym_t, const char **, member in struct:__anon9701
/netbsd-current/sys/arch/hppa/include/
H A Dsom.h124 u_int sym_value; member in struct:som_sym

Completed in 457 milliseconds

1234