Searched refs:MinimalELFAttributeSubsectionSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h36 // MinimalELFAttributeSubsectionSize is the minimal number of bytes a valid
38 static const size_t MinimalELFAttributeSubsectionSize = member in class:mcld::ELFAttribute
47 1 * MinimalELFAttributeSubsectionSize;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp206 while (remaining_size > ELFAttribute::MinimalELFAttributeSubsectionSize) {
285 } // while (remaining_size > ELFAttribute::MinimalELFAttributeSubsectionSize)

Completed in 78 milliseconds