HomeSort by relevance Sort by last modified time
    Searched refs:LDFileFormat (Results 26 - 36 of 36) sorted by null

12

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 155 LDFileFormat::Target,
160 LDFileFormat::Target,
165 LDFileFormat::Target,
494 if ((pSection.getLink()->kind() == LDFileFormat::Ignore) ||
495 (pSection.getLink()->kind() == LDFileFormat::Folded)) {
498 pSection.setKind(LDFileFormat::Ignore);
572 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
596 if (target_sect->kind() != LDFileFormat::TEXT &&
597 target_sect->kind() != LDFileFormat::DATA &&
598 target_sect->kind() != LDFileFormat::BSS
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 43 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
LDContext.cpp 21 if (LDFileFormat::Relocation == pSection.kind())
Android.mk 31 LDFileFormat.cpp \
ELFReader.cpp 420 if (LDFileFormat::Relocation == info->section->kind())
914 if (LDFileFormat::Relocation == info->section->kind())
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 430 LDFileFormat::Target,
436 LDFileFormat::Target,
444 LDFileFormat::Target,
452 LDFileFormat::Target,
460 LDFileFormat::Target,
467 LDFileFormat::Target,
556 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
696 (pInputSection.kind() == LDFileFormat::LinkOnce) ||
697 (pInputSection.kind() == LDFileFormat::Target)) {
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 52 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0);
64 m_pSection = LDSection::Create("", LDFileFormat::TEXT, 0, 0);
88 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0);
100 m_pSection = LDSection::Create(m_Name, LDFileFormat::TEXT, 0, 0);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 319 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) {
381 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 113 ".sdata", LDFileFormat::Target, llvm::ELF::SHT_PROGBITS,
118 m_pAbiFlags = pBuilder.CreateSection(".MIPS.abiflags", LDFileFormat::Target,
812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData())
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 1 //===- LDFileFormat.h -----------------------------------------------------===//
11 #include "mcld/LD/LDFileFormat.h"
28 class ELFFileFormat : public LDFileFormat {
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 361 *input, "", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);

Completed in 356 milliseconds

12