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

  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 642 const unsigned char* prelocs = p->contents->data(); local
645 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
647 Reltype reloc(prelocs);
995 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), local
1037 prelocs, reloc_count, view, view_size,
1043 target->relocate_section(&relinfo, sh_type, prelocs, reloc_count, os,
1049 target->relocate_relocs(&relinfo, sh_type, prelocs, reloc_count,
1056 this->incremental_relocs_write(&relinfo, sh_type, prelocs,
1062 target->relocate_relocs(&relinfo, sh_type, prelocs, reloc_count,
1078 const unsigned char* prelocs,
    [all...]
aarch64.cc 2320 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), local
    [all...]

Completed in 2340 milliseconds