Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp624 const LDSection* info_link = pSection.getLink(); in getSectInfo() local
625 if (info_link != NULL) in getSectInfo()
626 return info_link->index(); in getSectInfo()