Home
last modified time | relevance | path

Searched refs:_l_offset (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Drs6000.h260 bfd_byte _l_offset[4]; member
Dxcoff.h234 long _l_offset; member
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-rs6000.c2624 dst->_l._l_l._l_offset = bfd_get_32 (abfd, src->_l._l_l._l_offset); in xcoff_swap_ldsym_in()
2646 bfd_put_32 (abfd, (bfd_vma) src->_l._l_l._l_offset, in xcoff_swap_ldsym_out()
2647 dst->_l._l_l._l_offset); in xcoff_swap_ldsym_out()
3514 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff_put_ldsymbol_name()
Dcoff64-rs6000.c576 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff64_put_ldsymbol_name()
637 dst->_l._l_l._l_offset = bfd_get_32 (abfd, src->l_offset); in xcoff64_swap_ldsym_in()
654 bfd_put_32 (abfd, (bfd_vma) src->_l._l_l._l_offset, dst->l_offset); in xcoff64_swap_ldsym_out()
Dxcofflink.c321 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset; in _bfd_xcoff_canonicalize_dynamic_symtab()
889 name = strings + ldsym._l._l_l._l_offset; in xcoff_link_add_dynamic_symbols()
2275 name = strings + ldsym._l._l_l._l_offset; in xcoff_link_check_dynamic_ar_symbols()
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1117 unsigned int off = bfd_h_get_32 (abfd, ldsym->_l._l_l._l_offset); in dump_xcoff32_loader()