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

  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 482 inline Relocatable_relocs::Reloc_strategy
488 return Relocatable_relocs::RELOC_DISCARD;
489 return Relocatable_relocs::RELOC_COPY;
494 inline Relocatable_relocs::Reloc_strategy
498 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA;
505 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0;
507 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1;
509 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2;
511 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4;
513 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8
    [all...]
reloc.cc 475 Relocatable_relocs* rr = this->relocatable_relocs(p->reloc_shndx);
511 inline Relocatable_relocs::Reloc_strategy
513 { return Relocatable_relocs::RELOC_COPY; }
516 inline Relocatable_relocs::Reloc_strategy
520 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA;
529 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0;
534 inline Relocatable_relocs::Reloc_strategy
536 { return Relocatable_relocs::RELOC_COPY; }
549 Relocatable_relocs* rr = this->relocatable_relocs(p->reloc_shndx)
    [all...]
target.h 51 class Relocatable_relocs;
909 // like scan_relocs, with an additional Relocatable_relocs
923 Relocatable_relocs*) = 0;
    [all...]
object.h 49 class Relocatable_relocs;
1240 relocatable_relocs(unsigned int reloc_shndx) function in class:gold::Relobj
    [all...]
powerpc.cc 653 Relocatable_relocs*);
664 const Relocatable_relocs*,
    [all...]
reloc.h 222 class Relocatable_relocs
260 Relocatable_relocs()
object.cc     [all...]
output.h 43 class Relocatable_relocs;
    [all...]
i386.cc 430 Relocatable_relocs*);
440 const Relocatable_relocs*,
    [all...]
layout.h 603 Relocatable_relocs* rr);
    [all...]
sparc.cc 132 Relocatable_relocs*);
143 const Relocatable_relocs*,
    [all...]
tilegx.cc 309 Relocatable_relocs*);
320 const Relocatable_relocs*,
    [all...]
x86_64.cc 503 Relocatable_relocs*);
514 const Relocatable_relocs*,
    [all...]
layout.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]
aarch64.cc     [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
testfile.cc 71 const unsigned char*, Relocatable_relocs*)
78 const Relocatable_relocs*, unsigned char*,

Completed in 755 milliseconds