Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2206 const LDSection* input_link = (*rs)->getLink(); in preLayout() local
2207 assert(NULL != input_link && "Illegal input relocation section."); in preLayout()
2210 LDSection* output_link = pModule.getSection(input_link->name()); in preLayout()