/toolchain/binutils/binutils-2.25/include/elf/ |
D | external.h | 142 unsigned char st_value[4]; /* Value of the symbol */ member 154 unsigned char st_value[8]; /* Value of the symbol */ member
|
D | internal.h | 121 bfd_vma st_value; /* Value of the symbol */ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-m32c.c | 401 + sym->st_value); in m32c_elf_relocate_section() 1005 (unsigned long) isym->st_value, in dump_symtab() 1156 + isym->st_value); in m32c_elf_relax_plt_section() 1239 symval = isym->st_value; in m32c_offset_for_reloc() 1984 && isym->st_value > addr in m32c_elf_relax_delete_bytes() 1985 && isym->st_value < toaddr) in m32c_elf_relax_delete_bytes() 1987 isym->st_value -= count; in m32c_elf_relax_delete_bytes() 1993 && isym->st_value < addr in m32c_elf_relax_delete_bytes() 1994 && isym->st_value + isym->st_size > addr in m32c_elf_relax_delete_bytes() 1995 && isym->st_value + isym->st_size < toaddr) in m32c_elf_relax_delete_bytes()
|
D | elf32-ip2k.c | 294 return isym->st_value + BASEADDR (sym_sec); in symbol_value() 609 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value in adjust_all_relocations() 671 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value in adjust_all_relocations() 755 && addr <= isym->st_value in adjust_all_relocations() 756 && isym->st_value < endaddr) in adjust_all_relocations() 757 isym->st_value += count; in adjust_all_relocations() 1419 relocation = BASEADDR (sec) + sym->st_value; in ip2k_elf_relocate_section()
|
D | elf32-v850.c | 2937 symval = isym.st_value; in v850_elf_relax_delete_bytes() 2946 isym.st_value, irel->r_addend); in v850_elf_relax_delete_bytes() 2991 && isym.st_value >= addr + count in v850_elf_relax_delete_bytes() 2992 && isym.st_value < toaddr) in v850_elf_relax_delete_bytes() 2994 isym.st_value -= count; in v850_elf_relax_delete_bytes() 2996 if (isym.st_value + isym.st_size >= toaddr) in v850_elf_relax_delete_bytes() 3002 && isym.st_value < addr + count) in v850_elf_relax_delete_bytes() 3004 if (isym.st_value+isym.st_size >= addr + count in v850_elf_relax_delete_bytes() 3005 && isym.st_value+isym.st_size < toaddr) in v850_elf_relax_delete_bytes() 3008 if (isym.st_value >= addr in v850_elf_relax_delete_bytes() [all …]
|
D | elf32-m68hc11.c | 821 symval = (isym->st_value in m68hc11_elf_relax_section() 863 insn_group_value = isym->st_value; in m68hc11_elf_relax_section() 1247 && isym->st_value > addr in m68hc11_elf_relax_delete_bytes() 1248 && isym->st_value <= toaddr) in m68hc11_elf_relax_delete_bytes() 1249 isym->st_value -= count; in m68hc11_elf_relax_delete_bytes()
|
D | elf32-crx.c | 631 && isym->st_value > addr in elf32_crx_relax_delete_bytes() 632 && isym->st_value < toaddr) in elf32_crx_relax_delete_bytes() 655 addsym = isym->st_value; in elf32_crx_relax_delete_bytes() 665 isym->st_value -= count; in elf32_crx_relax_delete_bytes() 1044 symval = (isym->st_value in elf32_crx_relax_section()
|
D | elf32-rl78.c | 770 + sym->st_value in rl78_elf_relocate_section() 1416 + isym->st_value); in rl78_elf_relax_plt_section() 1548 && isym->st_value > addr in elf32_rl78_relax_delete_bytes() 1549 && isym->st_value < toaddr) in elf32_rl78_relax_delete_bytes() 1550 isym->st_value -= count; in elf32_rl78_relax_delete_bytes() 1556 && isym->st_value < addr in elf32_rl78_relax_delete_bytes() 1557 && isym->st_value + isym->st_size > addr in elf32_rl78_relax_delete_bytes() 1558 && isym->st_value + isym->st_size < toaddr) in elf32_rl78_relax_delete_bytes() 1696 symval = isym->st_value; in rl78_offset_for_reloc()
|
D | elf32-msp430.c | 1544 if (isym->st_shndx == sec_shndx && isym->st_value == addr) in msp430_elf_symbol_address_p() 1652 && isym->st_value > addr && isym->st_value < toaddr) in msp430_elf_relax_delete_bytes() 1653 isym->st_value -= count; in msp430_elf_relax_delete_bytes() 1728 && isym->st_value >= addr && isym->st_value < sec_end) in msp430_elf_relax_add_two_words() 1729 isym->st_value += 4; in msp430_elf_relax_add_two_words() 1840 symval = (isym->st_value in msp430_elf_relax_section() 2007 symval = (isym->st_value in msp430_elf_relax_section()
|
D | elf32-avr.c | 1831 symval = isym->st_value; in elf32_avr_relax_delete_bytes() 1886 if (isym->st_value > addr in elf32_avr_relax_delete_bytes() 1887 && isym->st_value <= toaddr) in elf32_avr_relax_delete_bytes() 1888 isym->st_value -= count; in elf32_avr_relax_delete_bytes() 1890 if (isym->st_value <= addr in elf32_avr_relax_delete_bytes() 1891 && isym->st_value + isym->st_size > addr) in elf32_avr_relax_delete_bytes() 1896 BFD_ASSERT (isym->st_value + isym->st_size >= addr + count); in elf32_avr_relax_delete_bytes() 2093 symval = isym->st_value; in elf32_avr_relax_section() 2435 if (isym->st_value == section_offset_of_ret_insn in elf32_avr_relax_section() 2520 symval = isym->st_value; in elf32_avr_relax_section() [all …]
|
D | elf32-h8300.c | 794 symval = isym->st_value; in elf32_h8_relax_section() 903 last_value = (last_sym->st_value in elf32_h8_relax_section() 1532 && isym->st_value > addr in elf32_h8_relax_delete_bytes() 1533 && isym->st_value <= toaddr) in elf32_h8_relax_delete_bytes() 1534 isym->st_value -= count; in elf32_h8_relax_delete_bytes() 1579 && isym->st_value == addr) in elf32_h8_symbol_address_p()
|
D | elf-m10200.c | 502 && isym->st_value > addr in mn10200_elf_relax_delete_bytes() 503 && isym->st_value < toaddr) in mn10200_elf_relax_delete_bytes() 504 isym->st_value -= count; in mn10200_elf_relax_delete_bytes() 645 symval = (isym->st_value in mn10200_elf_relax_section() 1248 && isym->st_value == addr) in mn10200_elf_symbol_address_p()
|
D | elf64-sparc.c | 438 reg = (int)sym->st_value; in elf64_sparc_add_symbol_hook() 466 abfd, p->abfd, (int) sym->st_value, in elf64_sparc_add_symbol_hook() 590 sym.st_value = reg < 2 ? reg + 2 : reg + 4; in elf64_sparc_output_arch_syms() 753 reg = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value; in elf64_sparc_print_symbol_all()
|
D | elfcode.h | 185 dst->st_value = H_GET_SIGNED_WORD (abfd, src->st_value); in elf_swap_symbol_in() 187 dst->st_value = H_GET_WORD (abfd, src->st_value); in elf_swap_symbol_in() 216 H_PUT_WORD (abfd, src->st_value, dst->st_value); in elf_swap_symbol_out() 1221 sym->symbol.value = isym->st_value; in elf_slurp_symbol_table()
|
D | elf-m10300.c | 2497 && isym->st_value > addr in mn10300_elf_relax_delete_bytes() 2498 && isym->st_value < toaddr) in mn10300_elf_relax_delete_bytes() 2500 if (isym->st_value < addr + count) in mn10300_elf_relax_delete_bytes() 2501 isym->st_value = addr; in mn10300_elf_relax_delete_bytes() 2503 isym->st_value -= count; in mn10300_elf_relax_delete_bytes() 2508 && isym->st_value + isym->st_size > addr in mn10300_elf_relax_delete_bytes() 2509 && isym->st_value + isym->st_size < toaddr) in mn10300_elf_relax_delete_bytes() 2587 && isym->st_value == addr) in mn10300_elf_symbol_address_p() 2876 && hash->root.root.u.def.value == isym->st_value) in mn10300_elf_relax_section() 2913 isym->st_value, contents); in mn10300_elf_relax_section() [all …]
|
D | elf32-rx.c | 1249 + sym->st_value in rx_elf_relocate_section() 1600 && isym->st_value > addr in elf32_rx_relax_delete_bytes() 1601 && isym->st_value < toaddr) in elf32_rx_relax_delete_bytes() 1602 isym->st_value -= count; in elf32_rx_relax_delete_bytes() 1608 && isym->st_value < addr in elf32_rx_relax_delete_bytes() 1609 && isym->st_value + isym->st_size > addr in elf32_rx_relax_delete_bytes() 1610 && isym->st_value + isym->st_size < toaddr) in elf32_rx_relax_delete_bytes() 1748 symval = isym->st_value; in rx_offset_for_reloc() 3314 (unsigned long) isym->st_value, in rx_dump_symtab()
|
D | elf32-sh.c | 644 symval = (isym->st_value in sh_elf_relax_section() 996 && (isym->st_value <= addr in sh_elf_relax_delete_bytes() 997 || isym->st_value >= toaddr)) in sh_elf_relax_delete_bytes() 1004 val += isym->st_value; in sh_elf_relax_delete_bytes() 1010 val = isym->st_value + irel->r_addend; in sh_elf_relax_delete_bytes() 1276 && (isym->st_value <= addr in sh_elf_relax_delete_bytes() 1277 || isym->st_value >= toaddr)) in sh_elf_relax_delete_bytes() 1303 val += isym->st_value; in sh_elf_relax_delete_bytes() 1316 && isym->st_value > addr in sh_elf_relax_delete_bytes() 1317 && isym->st_value < toaddr) in sh_elf_relax_delete_bytes() [all …]
|
D | elf32-cr16.c | 1299 && isym->st_value > addr in elf32_cr16_relax_delete_bytes() 1300 && isym->st_value < toaddr) in elf32_cr16_relax_delete_bytes() 1324 addsym = isym->st_value; in elf32_cr16_relax_delete_bytes() 1335 isym->st_value -= count; in elf32_cr16_relax_delete_bytes() 1841 symval = (isym->st_value in elf32_cr16_relax_section()
|
D | elf64-ppc.c | 6056 val = sym->st_value; in opd_entry_value() 6346 rsec = opd->func_sec[(sym->st_value + rel->r_addend) / 8]; in ppc64_elf_gc_mark_hook() 7316 off = sym->st_value; in get_tls_mask() 7362 ent.offset = sym->st_value; in tocsave_find() 8223 value = sym->st_value; in ppc64_elf_tls_optimize() 8344 value = sym->st_value; in ppc64_elf_tls_optimize() 8732 val = sym->st_value; in ppc64_elf_edit_toc() 8811 val = sym->st_value; in ppc64_elf_edit_toc() 8989 val = sym->st_value; in ppc64_elf_edit_toc() 9150 val = sym->st_value; in ppc64_elf_edit_toc() [all …]
|
D | elf32-microblaze.c | 980 addend += sec->output_offset + sym->st_value; in microblaze_elf_relocate_section() 1970 + isym->st_value, in microblaze_elf_relax_section() 2120 isym->st_value -= calc_fixup (isym->st_value, 0, sec); in microblaze_elf_relax_section() 2122 isym->st_size -= calc_fixup (isym->st_value, isym->st_size, sec); in microblaze_elf_relax_section() 3258 sym->st_value = 0; in microblaze_elf_finish_dynamic_symbol()
|
D | elflink.c | 3830 value = isym->st_value; in elf_link_add_object_symbols() 4157 align = bfd_log2 (isym->st_value); in elf_link_add_object_symbols() 4276 common_align = bfd_log2 (isym->st_value); in elf_link_add_object_symbols() 7495 sym->st_value = val; in set_symbol_value() 7543 name, candidate, (unsigned long) sym->st_value); in resolve_symbol() 8796 sym.st_value = 0; in elf_link_output_extsym() 8864 sym.st_value = h->root.u.def.value + input_sec->output_offset; in elf_link_output_extsym() 8867 sym.st_value += input_sec->output_section->vma; in elf_link_output_extsym() 8872 sym.st_value -= tls_sec->vma; in elf_link_output_extsym() 8895 sym.st_value = 1 << h->root.u.c.p->alignment_power; in elf_link_output_extsym() [all …]
|
D | elf32-score7.c | 1889 symbol += sym->st_value; in score_elf_final_link_relocate() 2308 relocation += sym->st_value; in s7_bfd_score_elf_relocate_section() 2506 … howto, (bfd_signed_vma) (sec->output_offset + sym->st_value)); in s7_bfd_score_elf_relocate_section() 3333 sym->st_value = (s->output_section->vma + s->output_offset + h->plt.offset); in s7_bfd_score_elf_finish_dynamic_symbol() 3351 value = sym->st_value; in s7_bfd_score_elf_finish_dynamic_symbol() 3365 sym->st_value = 1; in s7_bfd_score_elf_finish_dynamic_symbol() 3371 sym->st_value = elf_gp (output_bfd); in s7_bfd_score_elf_finish_dynamic_symbol()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.h | 110 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value) 114 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value = (V))
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp_internal.h | 126 Elf_types<32>::Elf_Addr st_value; 140 Elf_types<64>::Elf_Addr st_value;
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 1484 print_vma (psym->st_value, LONG_HEX); in dump_relocations() 4778 psym->st_value = BYTE_GET (esyms[j].st_value); in get_32bit_elf_symbols() 4875 psym->st_value = BYTE_GET (esyms[j].st_value); in get_64bit_elf_symbols() 6256 bfd_vma value = sym->st_value; in find_symbol_for_address() 6436 aux->table[i].start.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6440 aux->table[i].end.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6444 aux->table[i].info.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6862 aux->table[i].start.offset = sym->st_value + rp->r_addend; in slurp_hppa_unwind_table() 6866 aux->table[i].end.offset = sym->st_value + rp->r_addend; in slurp_hppa_unwind_table() 7146 offset += sym->st_value; in get_unwind_section_word() [all …]
|