Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLayout.h163 if (!pRange.header->hasSectionData() || in isEmptyRange()
175 if (!pRange.header->hasSectionData()) in getFront()
191 if (!pRange.header->hasSectionData()) in getFront()
208 if (!pRange.header->hasSectionData()) in getRear()
223 if (!pRange.header->hasSectionData()) in getRear()
DLDSection.h140 bool hasSectionData() const in hasSectionData() function
/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp240 shdr[sectIdx].sh_addralign = (ld_sect->hasSectionData())? in emitELF64SectionHeader()