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 619 const unsigned char* prelocs = p->contents->data(); local
622 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
624 Reltype reloc(prelocs);
965 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), local
1007 prelocs, reloc_count, view, view_size,
1013 target->relocate_section(&relinfo, sh_type, prelocs, reloc_count, os,
1019 target->relocate_relocs(&relinfo, sh_type, prelocs, reloc_count,
1026 this->incremental_relocs_write(&relinfo, sh_type, prelocs,
1032 target->relocate_relocs(&relinfo, sh_type, prelocs, reloc_count,
1048 const unsigned char* prelocs,
    [all...]
aarch64.cc 2310 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), local
    [all...]

Completed in 192 milliseconds