Home
last modified time | relevance | path

Searched refs:plt0_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp175 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size(); in emitSectionData() local
177 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size); in emitSectionData()
178 RegionSize += plt0_size; in emitSectionData()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp153 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size(); in emitSectionData() local
155 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size); in emitSectionData()
156 RegionSize += plt0_size; in emitSectionData()