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

1 2 3

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 72 data = static_cast<uint32_t*>(malloc(AArch64PLT0::EntrySize));
75 memcpy(data, aarch64_plt0, AArch64PLT0::EntrySize);
85 uint64_t got_ent2_base = got_base + sizeof(AArch64GOTEntry::EntrySize) * 2;
89 helper_get_page_address(plt_base + (sizeof(AArch64PLT0::EntrySize) * 8));
111 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize;
115 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize;
118 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
124 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
125 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);
154 AArch64PLT0::EntrySize);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 84 data = static_cast<uint32_t*>(malloc(ARMPLT0::EntrySize));
89 memcpy(data, arm_plt0, ARMPLT0::EntrySize);
106 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize;
109 uint64_t PLTEntryAddress = plt_base + ARMPLT0::EntrySize; // Offset of PLT0
112 uint64_t PLT1EntrySize = ARMPLT1::EntrySize;
118 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
146 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
147 result += ARMPLT0::EntrySize;
154 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize);
155 result += ARMPLT1::EntrySize;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 36 enum { EntrySize = SIZE };
49 size_t size() const { return EntrySize; }
PLT.h 53 enum { EntrySize = SIZE };
60 size_t size() const { return EntrySize; }
  /external/llvm/include/llvm/MC/
MCSectionELF.h 45 /// fixed-sized entries 'EntrySize' will be 0.
46 unsigned EntrySize;
56 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
77 unsigned getEntrySize() const { return EntrySize; }
MCContext.h 331 unsigned Flags, unsigned EntrySize,
333 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
337 unsigned Flags, unsigned EntrySize,
339 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
344 unsigned Flags, unsigned EntrySize,
346 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID,
351 unsigned Flags, unsigned EntrySize,
356 unsigned Flags, unsigned EntrySize,
362 unsigned Flags, unsigned EntrySize,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 130 uint32_t GOTEntrySize = HexagonGOTEntry::EntrySize;
134 plt_base + HexagonPLT0::EntrySize; // Offset of PLT0
137 uint64_t PLT1EntrySize = HexagonPLT1::EntrySize;
143 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
175 HexagonPLT0::EntrySize);
176 result += HexagonPLT0::EntrySize;
183 memcpy(buffer + result, plt1->getValue(), HexagonPLT1::EntrySize);
184 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
  /external/llvm/test/MC/ARM/
eh-link.s 25 @ CHECK-NEXT: EntrySize: 0
42 @ CHECK-NEXT: EntrySize: 0
60 @ CHECK-NEXT: EntrySize: 0
77 @ CHECK-NEXT: EntrySize: 0
elf-movt.s 31 @ OBJ-NEXT: EntrySize: 0
50 @ OBJ-NEXT: EntrySize: 8
  /external/llvm/test/MC/Mips/
elf_reginfo.s 21 # CHECK_64: EntrySize: 1
31 # CHECK_32: EntrySize: 24
mips64eb-fixups.s 37 # CHECK-NEXT: EntrySize: 0
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 83 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
84 result += MipsPLT0::EntrySize;
90 memcpy(buffer + result, plta->getValue(), MipsPLTA::EntrySize);
91 result += MipsPLTA::EntrySize;
MipsGOTPLT.cpp 51 return addr() + (MipsGOTPLT0Num + num) * GOTPLTEntry::EntrySize;
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 166 unsigned int EntrySize = 0;
185 EntrySize = plt1->size();
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
187 RegionSize += EntrySize;
474 unsigned int EntrySize = X86_32GOTEntry::EntrySize;
481 RegionSize += EntrySize;
497 unsigned int EntrySize = X86_32GOTEntry::EntrySize;
505 RegionSize += EntrySize;
    [all...]
  /external/llvm/lib/MC/
MCSectionELF.cpp 139 if (EntrySize) {
141 OS << "," << EntrySize;
MCContext.cpp 316 unsigned Flags, unsigned EntrySize,
325 EntrySize, Group, true, nullptr, Associated);
329 unsigned Flags, unsigned EntrySize,
336 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
341 unsigned Flags, unsigned EntrySize,
369 MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, GroupSym, UniqueID,
  /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
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 23 # CHECK-OBJ: EntrySize: 24
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 24 # CHECK-OBJ: EntrySize: 24
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 24 # CHECK-OBJ: EntrySize: 24
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 24 # CHECK-OBJ: EntrySize: 24
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 23 # CHECK-OBJ: EntrySize: 24

Completed in 225 milliseconds

1 2 3