HomeSort by relevance Sort by last modified time
    Searched refs:EntrySize (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 89 data = static_cast<uint32_t*>(malloc(ARMPLT0::EntrySize));
94 memcpy(data, arm_plt0, ARMPLT0::EntrySize);
112 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize;
117 plt_base + ARMPLT0::EntrySize; //Offset of PLT0
120 uint64_t PLT1EntrySize = ARMPLT1::EntrySize;
126 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
155 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
156 result += ARMPLT0::EntrySize;
163 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize);
164 result += ARMPLT1::EntrySize;
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 75 data = static_cast<uint32_t*>(malloc(AArch64PLT0::EntrySize));
78 memcpy(data, aarch64_plt0, AArch64PLT0::EntrySize);
88 uint64_t got_ent2_base = got_base + sizeof(AArch64GOTEntry::EntrySize) * 2;
91 helper_get_page_address(plt_base + (sizeof(AArch64PLT0::EntrySize) * 8));
114 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize;
118 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize;
121 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
127 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
128 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);
157 AArch64PLT0::EntrySize);
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionELF.h 42 /// EntrySize - The size of each entry in this section. This size only
44 /// section does not contain fixed-sized entries 'EntrySize' will be 0.
45 unsigned EntrySize;
52 SectionKind K, unsigned entrySize, const MCSymbol *group)
54 EntrySize(entrySize), Group(group) {}
78 unsigned getEntrySize() const { return EntrySize; }
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 38 enum { EntrySize = SIZE };
56 { return EntrySize; }
PLT.h 63 enum { EntrySize = SIZE };
73 { return EntrySize; }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 142 uint32_t GOTEntrySize = HexagonGOTEntry::EntrySize;
147 plt_base + HexagonPLT0::EntrySize; //Offset of PLT0
150 uint64_t PLT1EntrySize = HexagonPLT1::EntrySize;
156 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
187 memcpy(buffer, llvm::cast<HexagonPLT0>((*it)).getValue(), HexagonPLT0::EntrySize);
188 result += HexagonPLT0::EntrySize;
195 memcpy(buffer + result, plt1->getValue(), HexagonPLT1::EntrySize);
196 result += HexagonPLT1::EntrySize;
  /external/llvm/test/MC/AsmParser/
section.s 61 # CHECK-NEXT: EntrySize: 0
77 # CHECK-NEXT: EntrySize: 0
93 # CHECK-NEXT: EntrySize: 0
109 # CHECK-NEXT: EntrySize: 0
125 # CHECK-NEXT: EntrySize: 0
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 96 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
97 result += MipsPLT0::EntrySize;
103 memcpy(buffer + result, plta->getValue(), MipsPLTA::EntrySize);
104 result += MipsPLTA::EntrySize;
MipsGOTPLT.cpp 66 return addr() + (MipsGOTPLT0Num + num) * GOTPLTEntry::EntrySize;
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 177 unsigned int EntrySize = 0;
196 EntrySize = plt1->size();
197 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
198 RegionSize += EntrySize;
516 unsigned int EntrySize = X86_32GOTEntry::EntrySize;
523 RegionSize += EntrySize;
539 unsigned int EntrySize = X86_32GOTEntry::EntrySize;
546 RegionSize += EntrySize;
    [all...]
  /external/llvm/lib/MC/
MCSectionELF.cpp 137 if (EntrySize) {
139 OS << "," << EntrySize;
MCContext.cpp 251 SectionKind Kind, unsigned EntrySize, StringRef Group) {
259 if (!EntrySize) {
260 EntrySize = MCSectionELF::DetermineEntrySize(Kind);
269 MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, GroupSym);
  /external/llvm/test/MC/ARM/
elf-movt.s 31 @ OBJ-NEXT: EntrySize: 0
50 @ OBJ-NEXT: EntrySize: 8
  /external/llvm/test/MC/PowerPC/
ppc-llong.s 25 # CHECK-NEXT: EntrySize: 0
ppc-word.s 25 # CHECK-NEXT: EntrySize: 0
ppc64-initial-cfa.s 27 # STATIC-NEXT: EntrySize:
51 # STATIC-NEXT: EntrySize: 24
68 # PIC-NEXT: EntrySize: 0
92 # PIC-NEXT: EntrySize: 24
ppc64-fixup-apply.s 75 # CHECK-NEXT: EntrySize: 0
101 # CHECK-NEXT: EntrySize: 0
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 37 # CHECK-NEXT: EntrySize: 0
mips_abi_flags_xx.s 24 # CHECK-OBJ: EntrySize: 0
mips_abi_flags_xx_set.s 25 # CHECK-OBJ: EntrySize: 0
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 24 # CHECK-OBJ: EntrySize: 0
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 25 # CHECK-OBJ: EntrySize: 0
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 24 # CHECK-OBJ: EntrySize: 0
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 24 # CHECK-OBJ: EntrySize: 0
  /external/llvm/test/MC/Mips/msa/
abiflags.s 25 # CHECK-OBJ: EntrySize: 0

Completed in 626 milliseconds

1 2