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

  /toolchain/binutils/binutils-2.25/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...]
  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 306 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon116071

Completed in 2015 milliseconds