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

  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 51 const unsigned char* prelocs,
63 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
65 Reltype reloc(prelocs);
240 // PRELOCS points to the relocation data. RELOC_COUNT is the number
263 const unsigned char* prelocs,
282 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
284 Reltype reloc(prelocs);
543 const unsigned char* prelocs,
556 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
558 Reltype reloc(prelocs);
    [all...]
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...]
gc.h 180 const unsigned char* prelocs,
225 for (size_t i = 0; i < reloc_count; ++i, prelocs += reloc_size)
227 Reltype reloc(prelocs);
target.h 853 const unsigned char* prelocs,
864 // the relocation section, SHT_REL or SHT_RELA. PRELOCS points to
878 const unsigned char* prelocs,
886 // section, SHT_REL or SHT_RELA. PRELOCS points to the relocation
899 const unsigned char* prelocs,
917 const unsigned char* prelocs,
    [all...]
i386.cc 374 const unsigned char* prelocs,
388 const unsigned char* prelocs,
408 const unsigned char* prelocs,
424 const unsigned char* prelocs,
436 const unsigned char* prelocs,
    [all...]
sparc.cc 77 const unsigned char* prelocs,
91 const unsigned char* prelocs,
110 const unsigned char* prelocs,
126 const unsigned char* prelocs,
138 const unsigned char* prelocs,
    [all...]
tilegx.cc 253 const unsigned char* prelocs,
267 const unsigned char* prelocs,
287 const unsigned char* prelocs,
303 const unsigned char* prelocs,
316 const unsigned char* prelocs,
    [all...]
x86_64.cc 447 const unsigned char* prelocs,
461 const unsigned char* prelocs,
481 const unsigned char* prelocs,
497 const unsigned char* prelocs,
510 const unsigned char* prelocs,
    [all...]
aarch64.cc 2310 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), local
    [all...]
object.h     [all...]
powerpc.cc 181 const unsigned char* prelocs,
525 const unsigned char* prelocs,
539 const unsigned char* prelocs,
631 const unsigned char* prelocs,
647 const unsigned char* prelocs,
659 const unsigned char* prelocs,
    [all...]
arm.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 396 arelent **prelocs,
432 prelocs++)
481 *prelocs = relbuf;
484 *prelocs = NULL;
    [all...]

Completed in 139 milliseconds