Searched refs:addSection (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java50 public void addSection(SectionAdapter adapter) { method in class:SectionedListAdapter
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h115 void addSection(LDSection* pSection) function in class:mcld::ELFSegment
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1684 interp_seg->addSection(&file_format->getInterp());
1734 load_seg->addSection((*sect));
1746 dyn_seg->addSection(&file_format->getDynamic());
1763 relro_seg->addSection(*sect);
1772 eh_seg->addSection(&file_format->getEhFrameHdr());
1779 tls_seg->addSection(&file_format->getTData());
1781 tls_seg->addSection(&file_format->getTBSS());
1807 note_seg->addSection(*sect);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp642 exidx_seg->addSection(m_pEXIDX);

Completed in 409 milliseconds