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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 110 OutputRelocSection& getRelaDyn();
112 const OutputRelocSection& getRelaDyn() const;
HexagonLDBackend.cpp 256 OutputRelocSection& HexagonLDBackend::getRelaDyn()
262 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const
295 file_format->getRelaDyn().setSize
450 LDSection& reladyn = file_format->getRelaDyn();
    [all...]
HexagonRelocator.cpp 132 Relocation& rel_entry = *pTarget.getRelaDyn().consumeEntry();
156 getTarget().getRelaDyn().reserveEntry();
213 getTarget().getRelaDyn().reserveEntry();
334 Relocation& rela_entry = *ld_backend.getRelaDyn().consumeEntry();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 238 LDSection& getRelaDyn() {
243 const LDSection& getRelaDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 267 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_RELA
268 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); // DT_RELASZ
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 498 file_format->getRelaDyn().setSize
534 LDSection& reldyn = file_format->getRelaDyn();

Completed in 712 milliseconds