| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | binary.cc | 358 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()
|
| H A D | incremental.cc | 2138 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local 2197 osym.put_st_name(0); in do_add_symbols() 2198 osym.put_st_value(v); in do_add_symbols() 2199 osym.put_st_size(gsym.get_st_size()); in do_add_symbols() 2200 osym.put_st_info(st_bind, st_type); in do_add_symbols() 2201 osym.put_st_other(gsym.get_st_other()); in do_add_symbols() 2202 osym.put_st_shndx(shndx); in do_add_symbols() 2635 elfcpp::Sym_write<size, big_endian> osym(ov); in do_relocate() local 2636 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate() 2637 osym.put_st_value(lsym.st_value); in do_relocate() [all …]
|
| H A D | symtab.cc | 3338 elfcpp::Sym_write<size, big_endian> osym(p); in sized_write_symbol() local 3340 osym.put_st_name(pool->get_offset(sym->name())); in sized_write_symbol() 3342 osym.put_st_name(pool->get_offset(sym->versioned_name())); in sized_write_symbol() 3343 osym.put_st_value(value); in sized_write_symbol() 3346 osym.put_st_size(0); in sized_write_symbol() 3348 osym.put_st_size(sym->symsize()); in sized_write_symbol() 3353 osym.put_st_info(elfcpp::elf_st_info(elfcpp::STB_LOCAL, type)); in sized_write_symbol() 3355 osym.put_st_info(elfcpp::elf_st_info(binding, type)); in sized_write_symbol() 3356 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), sym->nonvis())); in sized_write_symbol() 3357 osym.put_st_shndx(shndx); in sized_write_symbol() [all …]
|
| H A D | object.cc | 2838 elfcpp::Sym_write<size, big_endian> osym(ov); in write_local_symbols() local 2842 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols() 2843 osym.put_st_value(lv.value(this, 0)); in write_local_symbols() 2844 osym.put_st_size(isym.get_st_size()); in write_local_symbols() 2845 osym.put_st_info(isym.get_st_info()); in write_local_symbols() 2846 osym.put_st_other(isym.get_st_other()); in write_local_symbols() 2847 osym.put_st_shndx(st_shndx); in write_local_symbols() 2856 elfcpp::Sym_write<size, big_endian> osym(dyn_ov); in write_local_symbols() local 2860 osym.put_st_name(dynpool->get_offset(name)); in write_local_symbols() 2861 osym.put_st_value(lv.value(this, 0)); in write_local_symbols() [all …]
|
| H A D | plugin.cc | 1400 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local 1475 osym.put_st_name(0); in do_add_symbols() 1476 osym.put_st_value(0); in do_add_symbols() 1477 osym.put_st_size(0); in do_add_symbols() 1478 osym.put_st_info(bind, elfcpp::STT_NOTYPE); in do_add_symbols() 1479 osym.put_st_other(vis, 0); in do_add_symbols() 1480 osym.put_st_shndx(shndx); in do_add_symbols()
|
| H A D | mips.cc | 3699 elfcpp::Sym_write<size, big_endian> osym(view); in do_adjust_dyn_symbol() local 3725 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol() 3728 osym.put_st_value(value); in do_adjust_dyn_symbol() 3729 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol() 3738 osym.put_st_value(value | 1); in do_adjust_dyn_symbol() 3739 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | binary.cc | 358 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()
|
| H A D | incremental.cc | 2138 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local 2197 osym.put_st_name(0); in do_add_symbols() 2198 osym.put_st_value(v); in do_add_symbols() 2199 osym.put_st_size(gsym.get_st_size()); in do_add_symbols() 2200 osym.put_st_info(st_bind, st_type); in do_add_symbols() 2201 osym.put_st_other(gsym.get_st_other()); in do_add_symbols() 2202 osym.put_st_shndx(shndx); in do_add_symbols() 2635 elfcpp::Sym_write<size, big_endian> osym(ov); in do_relocate() local 2636 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate() 2637 osym.put_st_value(lsym.st_value); in do_relocate() [all …]
|
| H A D | symtab.cc | 3338 elfcpp::Sym_write<size, big_endian> osym(p); in sized_write_symbol() local 3340 osym.put_st_name(pool->get_offset(sym->name())); in sized_write_symbol() 3342 osym.put_st_name(pool->get_offset(sym->versioned_name())); in sized_write_symbol() 3343 osym.put_st_value(value); in sized_write_symbol() 3346 osym.put_st_size(0); in sized_write_symbol() 3348 osym.put_st_size(sym->symsize()); in sized_write_symbol() 3353 osym.put_st_info(elfcpp::elf_st_info(elfcpp::STB_LOCAL, type)); in sized_write_symbol() 3355 osym.put_st_info(elfcpp::elf_st_info(binding, type)); in sized_write_symbol() 3356 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), sym->nonvis())); in sized_write_symbol() 3357 osym.put_st_shndx(shndx); in sized_write_symbol() [all …]
|
| H A D | object.cc | 2838 elfcpp::Sym_write<size, big_endian> osym(ov); in write_local_symbols() local 2842 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols() 2843 osym.put_st_value(lv.value(this, 0)); in write_local_symbols() 2844 osym.put_st_size(isym.get_st_size()); in write_local_symbols() 2845 osym.put_st_info(isym.get_st_info()); in write_local_symbols() 2846 osym.put_st_other(isym.get_st_other()); in write_local_symbols() 2847 osym.put_st_shndx(st_shndx); in write_local_symbols() 2856 elfcpp::Sym_write<size, big_endian> osym(dyn_ov); in write_local_symbols() local 2860 osym.put_st_name(dynpool->get_offset(name)); in write_local_symbols() 2861 osym.put_st_value(lv.value(this, 0)); in write_local_symbols() [all …]
|
| H A D | plugin.cc | 1400 elfcpp::Sym_write<size, big_endian> osym(symbuf); in do_add_symbols() local 1475 osym.put_st_name(0); in do_add_symbols() 1476 osym.put_st_value(0); in do_add_symbols() 1477 osym.put_st_size(0); in do_add_symbols() 1478 osym.put_st_info(bind, elfcpp::STT_NOTYPE); in do_add_symbols() 1479 osym.put_st_other(vis, 0); in do_add_symbols() 1480 osym.put_st_shndx(shndx); in do_add_symbols()
|
| H A D | mips.cc | 3699 elfcpp::Sym_write<size, big_endian> osym(view); in do_adjust_dyn_symbol() local 3725 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol() 3728 osym.put_st_value(value); in do_adjust_dyn_symbol() 3729 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol() 3738 osym.put_st_value(value | 1); in do_adjust_dyn_symbol() 3739 osym.put_st_other(elfcpp::elf_st_other(sym->visibility(), in do_adjust_dyn_symbol()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_link.c | 1232 size_t symsize, osym, nsym, isym, istr, len; in process_obj() local 1516 osym = isym; in process_obj() 1579 if (dt_symtab_lookup(data_sym, osym, isym, in process_obj() 1588 } else if (dt_symtab_lookup(data_sym, 0, osym, in process_obj()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | syms.texi | 464 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym); 468 @var{ibfd} to the symbol @var{osym} in the BFD @var{obfd}.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | syms.texi | 427 …{Function} bool bfd_copy_private_symbol_data (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym); 429 @var{ibfd} to the symbol @var{osym} in the BFD @var{obfd}.
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | libbfd.c | 116 asymbol *osym ATTRIBUTE_UNUSED) in _bfd_bool_bfd_asymbol_bfd_asymbol_true()
|
| H A D | elflink.c | 11079 Elf_Internal_Sym osym; in elf_link_input_bfd() local 11202 memset (&osym, 0, sizeof (osym)); in elf_link_input_bfd() 11203 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd() 11204 osym.st_shndx = SHN_ABS; in elf_link_input_bfd() 11209 if (!elf_link_output_symstrtab (flinfo, filename, &osym, in elf_link_input_bfd() 11214 osym = *isym; in elf_link_input_bfd() 11217 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, in elf_link_input_bfd() 11219 if (osym.st_shndx == SHN_BAD) in elf_link_input_bfd() 11229 osym.st_value += isec->output_offset; in elf_link_input_bfd() 11232 osym.st_value += isec->output_section->vma; in elf_link_input_bfd() [all …]
|
| H A D | elf.c | 8178 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data() local 8185 osym = elf_symbol_from (osymarg); in _bfd_elf_copy_private_symbol_data() 8189 && osym != NULL in _bfd_elf_copy_private_symbol_data() 8205 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elflink.c | 11171 Elf_Internal_Sym osym; in elf_link_input_bfd() local 11282 memset (&osym, 0, sizeof (osym)); in elf_link_input_bfd() 11283 osym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in elf_link_input_bfd() 11284 osym.st_shndx = SHN_ABS; in elf_link_input_bfd() 11289 if (!elf_link_output_symstrtab (flinfo, filename, &osym, in elf_link_input_bfd() 11294 osym = *isym; in elf_link_input_bfd() 11297 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, in elf_link_input_bfd() 11299 if (osym.st_shndx == SHN_BAD) in elf_link_input_bfd() 11309 osym.st_value += isec->output_offset; in elf_link_input_bfd() 11312 osym.st_value += isec->output_section->vma; in elf_link_input_bfd() [all …]
|
| H A D | libbfd.c | 117 asymbol *osym ATTRIBUTE_UNUSED) in _bfd_bool_bfd_asymbol_bfd_asymbol_true()
|
| H A D | elf.c | 8773 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data() local 8780 osym = elf_symbol_from (osymarg); in _bfd_elf_copy_private_symbol_data() 8784 && osym != NULL in _bfd_elf_copy_private_symbol_data() 8800 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/ |
| H A D | bfd.h | 6467 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/ |
| H A D | bfd.h | 6467 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/ |
| H A D | bfd.h | 6467 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/ |
| H A D | bfd.h | 6467 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
|