Home
last modified time | relevance | path

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

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