Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp416 LDSection* plt_sect = pModule.getSection(".plt"); in emitEhFrame() local
417 assert(plt_sect && "We have no plt but have corresponding eh_frame?"); in emitEhFrame()
418 uint64_t plt_offset = plt_sect->offset(); in emitEhFrame()
429 uint32_t size = plt_sect->size(); in emitEhFrame()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp272 LDSection* plt_sect = pModule.getSection(".plt"); in addEhFrameForPLT() local
273 if (!plt_sect || plt_sect->size() == 0u) in addEhFrameForPLT()