Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp188 LDSection* link_sect = pInput.context()->getSection(link_index); in readSections() local
189 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) { in readSections()