Home
last modified time | relevance | path

Searched refs:osym (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDbinary.cc358 elfcpp::Sym_write<size, big_endian> osym(pout); in write_symbol() local
359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str())); in write_symbol()
360 osym.put_st_value(value); in write_symbol()
361 osym.put_st_size(st_size); in write_symbol()
362 osym.put_st_info(name.empty() ? elfcpp::STB_LOCAL : elfcpp::STB_GLOBAL, in write_symbol()
364 osym.put_st_other(elfcpp::STV_DEFAULT, 0); in write_symbol()
365 osym.put_st_shndx(shndx); in write_symbol()
HDincremental.cc2128 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local
2187 osym.put_st_name(0); in do_add_symbols()
2188 osym.put_st_value(v); in do_add_symbols()
2189 osym.put_st_size(gsym.get_st_size()); in do_add_symbols()
2190 osym.put_st_info(st_bind, st_type); in do_add_symbols()
2191 osym.put_st_other(gsym.get_st_other()); in do_add_symbols()
2192 osym.put_st_shndx(shndx); in do_add_symbols()
2624 elfcpp::Sym_write<size, big_endian> osym(ov); in do_relocate() local
2625 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate()
2626 osym.put_st_value(lsym.st_value); in do_relocate()
[all …]
HDsymtab.cc3215 elfcpp::Sym_write<size, big_endian> osym(p); in sized_write_symbol() local
3217 osym.put_st_name(pool->get_offset(sym->name())); in sized_write_symbol()
3219 osym.put_st_name(pool->get_offset(sym->versioned_name())); in sized_write_symbol()
3220 osym.put_st_value(value); in sized_write_symbol()
3223 osym.put_st_size(0); in sized_write_symbol()
3225 osym.put_st_size(sym->symsize()); in sized_write_symbol()
3230 osym.put_st_info(elfcpp::elf_st_info(elfcpp::STB_LOCAL, type)); in sized_write_symbol()
3232 osym.put_st_info(elfcpp::elf_st_info(binding, type)); in sized_write_symbol()
3233 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), sym->nonvis())); in sized_write_symbol()
3234 osym.put_st_shndx(shndx); in sized_write_symbol()
[all …]
HDobject.cc2705 elfcpp::Sym_write<size, big_endian> osym(ov); in write_local_symbols() local
2709 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols()
2710 osym.put_st_value(lv.value(this, 0)); in write_local_symbols()
2711 osym.put_st_size(isym.get_st_size()); in write_local_symbols()
2712 osym.put_st_info(isym.get_st_info()); in write_local_symbols()
2713 osym.put_st_other(isym.get_st_other()); in write_local_symbols()
2714 osym.put_st_shndx(st_shndx); in write_local_symbols()
2723 elfcpp::Sym_write<size, big_endian> osym(dyn_ov); in write_local_symbols() local
2727 osym.put_st_name(dynpool->get_offset(name)); in write_local_symbols()
2728 osym.put_st_value(lv.value(this, 0)); in write_local_symbols()
[all …]
HDplugin.cc1086 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local
1156 osym.put_st_name(0); in do_add_symbols()
1157 osym.put_st_value(0); in do_add_symbols()
1158 osym.put_st_size(0); in do_add_symbols()
1159 osym.put_st_info(bind, elfcpp::STT_NOTYPE); in do_add_symbols()
1160 osym.put_st_other(vis, 0); in do_add_symbols()
1161 osym.put_st_shndx(shndx); in do_add_symbols()
HDmips.cc3652 elfcpp::Sym_write<size, big_endian> osym(view); in do_adjust_dyn_symbol() local
3678 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol()
3681 osym.put_st_value(value); in do_adjust_dyn_symbol()
3682 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol()
3691 osym.put_st_value(value | 1); in do_adjust_dyn_symbol()
3692 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol()
/dragonfly/contrib/binutils-2.34/gold/
HDbinary.cc358 elfcpp::Sym_write<size, big_endian> osym(pout); in write_symbol() local
359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str())); in write_symbol()
360 osym.put_st_value(value); in write_symbol()
361 osym.put_st_size(st_size); in write_symbol()
362 osym.put_st_info(name.empty() ? elfcpp::STB_LOCAL : elfcpp::STB_GLOBAL, in write_symbol()
364 osym.put_st_other(elfcpp::STV_DEFAULT, 0); in write_symbol()
365 osym.put_st_shndx(shndx); in write_symbol()
HDincremental.cc2133 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local
2192 osym.put_st_name(0); in do_add_symbols()
2193 osym.put_st_value(v); in do_add_symbols()
2194 osym.put_st_size(gsym.get_st_size()); in do_add_symbols()
2195 osym.put_st_info(st_bind, st_type); in do_add_symbols()
2196 osym.put_st_other(gsym.get_st_other()); in do_add_symbols()
2197 osym.put_st_shndx(shndx); in do_add_symbols()
2629 elfcpp::Sym_write<size, big_endian> osym(ov); in do_relocate() local
2630 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate()
2631 osym.put_st_value(lsym.st_value); in do_relocate()
[all …]
HDsymtab.cc3344 elfcpp::Sym_write<size, big_endian> osym(p); in sized_write_symbol() local
3346 osym.put_st_name(pool->get_offset(sym->name())); in sized_write_symbol()
3348 osym.put_st_name(pool->get_offset(sym->versioned_name())); in sized_write_symbol()
3349 osym.put_st_value(value); in sized_write_symbol()
3352 osym.put_st_size(0); in sized_write_symbol()
3354 osym.put_st_size(sym->symsize()); in sized_write_symbol()
3359 osym.put_st_info(elfcpp::elf_st_info(elfcpp::STB_LOCAL, type)); in sized_write_symbol()
3361 osym.put_st_info(elfcpp::elf_st_info(binding, type)); in sized_write_symbol()
3362 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), sym->nonvis())); in sized_write_symbol()
3363 osym.put_st_shndx(shndx); in sized_write_symbol()
[all …]
HDobject.cc2832 elfcpp::Sym_write<size, big_endian> osym(ov); in write_local_symbols() local
2836 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols()
2837 osym.put_st_value(lv.value(this, 0)); in write_local_symbols()
2838 osym.put_st_size(isym.get_st_size()); in write_local_symbols()
2839 osym.put_st_info(isym.get_st_info()); in write_local_symbols()
2840 osym.put_st_other(isym.get_st_other()); in write_local_symbols()
2841 osym.put_st_shndx(st_shndx); in write_local_symbols()
2850 elfcpp::Sym_write<size, big_endian> osym(dyn_ov); in write_local_symbols() local
2854 osym.put_st_name(dynpool->get_offset(name)); in write_local_symbols()
2855 osym.put_st_value(lv.value(this, 0)); in write_local_symbols()
[all …]
HDplugin.cc1401 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local
1476 osym.put_st_name(0); in do_add_symbols()
1477 osym.put_st_value(0); in do_add_symbols()
1478 osym.put_st_size(0); in do_add_symbols()
1479 osym.put_st_info(bind, elfcpp::STT_NOTYPE); in do_add_symbols()
1480 osym.put_st_other(vis, 0); in do_add_symbols()
1481 osym.put_st_shndx(shndx); in do_add_symbols()
/dragonfly/contrib/binutils-2.34/bfd/
HDelflink.c10502 Elf_Internal_Sym osym; in elf_link_input_bfd() local
10612 memset (&osym, 0, sizeof (osym)); in elf_link_input_bfd()
10613 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
10614 osym.st_shndx = SHN_ABS; in elf_link_input_bfd()
10618 &osym, bfd_abs_section_ptr, in elf_link_input_bfd()
10623 osym = *isym; in elf_link_input_bfd()
10626 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, in elf_link_input_bfd()
10628 if (osym.st_shndx == SHN_BAD) in elf_link_input_bfd()
10638 osym.st_value += isec->output_offset; in elf_link_input_bfd()
10641 osym.st_value += isec->output_section->vma; in elf_link_input_bfd()
[all …]
HDlibbfd.c116 asymbol *osym ATTRIBUTE_UNUSED) in _bfd_bool_bfd_asymbol_bfd_asymbol_true()
HDelf.c7971 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data() local
7978 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data()
7982 && osym != NULL in _bfd_elf_copy_private_symbol_data()
7998 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
HDbfd-in2.h6420 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
/dragonfly/contrib/gdb-7/bfd/
HDelflink.c9345 Elf_Internal_Sym osym; in elf_link_input_bfd() local
9450 memset (&osym, 0, sizeof (osym)); in elf_link_input_bfd()
9451 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
9452 osym.st_shndx = SHN_ABS; in elf_link_input_bfd()
9453 if (!elf_link_output_sym (flinfo, input_bfd->filename, &osym, in elf_link_input_bfd()
9458 osym = *isym; in elf_link_input_bfd()
9461 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, in elf_link_input_bfd()
9463 if (osym.st_shndx == SHN_BAD) in elf_link_input_bfd()
9473 osym.st_value += isec->output_offset; in elf_link_input_bfd()
9476 osym.st_value += isec->output_section->vma; in elf_link_input_bfd()
[all …]
HDelf.c6587 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data() local
6594 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data()
6598 && osym != NULL in _bfd_elf_copy_private_symbol_data()
6614 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
HDbfd-in2.h5816 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
/dragonfly/contrib/binutils-2.27/bfd/
HDelflink.c9880 Elf_Internal_Sym osym; in elf_link_input_bfd() local
9991 memset (&osym, 0, sizeof (osym)); in elf_link_input_bfd()
9992 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd()
9993 osym.st_shndx = SHN_ABS; in elf_link_input_bfd()
9997 &osym, bfd_abs_section_ptr, in elf_link_input_bfd()
10002 osym = *isym; in elf_link_input_bfd()
10005 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, in elf_link_input_bfd()
10007 if (osym.st_shndx == SHN_BAD) in elf_link_input_bfd()
10017 osym.st_value += isec->output_offset; in elf_link_input_bfd()
10020 osym.st_value += isec->output_section->vma; in elf_link_input_bfd()
[all …]
HDelf.c7356 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data() local
7363 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data()
7367 && osym != NULL in _bfd_elf_copy_private_symbol_data()
7383 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
HDbfd-in2.h6531 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);