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 94 OutputRelocSection& getRelaDyn();
95 const OutputRelocSection& getRelaDyn() const;
AArch64LDBackend.cpp 120 LDSection& reladyn = file_format->getRelaDyn();
220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
570 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() {
575 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const {
AArch64RelocationHelpers.h 123 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
AArch64Relocator.cpp 94 Relocation& rel_entry = *getTarget().getRelaDyn().create();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 109 OutputRelocSection& getRelaDyn();
111 const OutputRelocSection& getRelaDyn() const;
HexagonLDBackend.cpp 249 OutputRelocSection& HexagonLDBackend::getRelaDyn() {
254 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const {
281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
426 LDSection& reladyn = file_format->getRelaDyn();
    [all...]
HexagonRelocator.cpp 33 Relocation& rela_entry = *ld_backend.getRelaDyn().create();
228 Relocation& rel_entry = *pTarget.getRelaDyn().create();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 260 LDSection& getRelaDyn() {
265 const LDSection& getRelaDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 255 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr());
256 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size());
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() *
635 LDSection& reldyn = file_format->getRelaDyn();

Completed in 305 milliseconds