HomeSort by relevance Sort by last modified time
    Searched refs:toc_offset (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/include/coff/
xcoff.h 306 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon4657
  /toolchain/binutils/binutils-2.27/bfd/
coff-ppc.c 107 /* As we wonder around the relocs, we'll keep the assigned toc_offset
109 bfd_vma toc_offset; /* Our addition, as required. */ member in struct:ppc_coff_link_hash_entry
151 SET_UNALLOCATED (ret->toc_offset);
861 if (IS_UNALLOCATED(h->toc_offset))
863 h->toc_offset = global_toc_size;
    [all...]
xcofflink.c     [all...]

Completed in 393 milliseconds