Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp107 LDSection* sect_hdr = pInput.context()->getSection(pShndx); in getSymFragmentRef() local
109 if (sect_hdr == NULL) in getSymFragmentRef()
113 if (sect_hdr->kind() == LDFileFormat::Ignore) in getSymFragmentRef()
116 if (sect_hdr->kind() == LDFileFormat::Group) in getSymFragmentRef()
119 return FragmentRef::Create(*sect_hdr, pOffset); in getSymFragmentRef()