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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 93 OutputRelocSection& getRelaDyn();
94 const OutputRelocSection& getRelaDyn() const;
AArch64LDBackend.cpp 123 LDSection& reladyn = file_format->getRelaDyn();
232 file_format->getRelaDyn().setSize(
403 OutputRelocSection& AArch64GNULDBackend::getRelaDyn()
409 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const
AArch64RelocationHelpers.h 138 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
AArch64Relocator.cpp 97 Relocation& rel_entry = *getTarget().getRelaDyn().create();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 111 OutputRelocSection& getRelaDyn();
113 const OutputRelocSection& getRelaDyn() const;
HexagonLDBackend.cpp 263 OutputRelocSection& HexagonLDBackend::getRelaDyn()
269 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const
302 file_format->getRelaDyn().setSize
458 LDSection& reladyn = file_format->getRelaDyn();
    [all...]
HexagonRelocator.cpp 32 Relocation &rela_entry = *ld_backend.getRelaDyn().create();
223 Relocation &rel_entry = *pTarget.getRelaDyn().create();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 235 LDSection& getRelaDyn() {
240 const LDSection& getRelaDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 276 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_RELA
277 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); // DT_RELASZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 653 file_format->getRelaDyn().setSize
688 LDSection& reldyn = file_format->getRelaDyn();

Completed in 911 milliseconds