Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h38 static const size_t MinimalELFAttributeSubsectionSize = variable
47 1 * MinimalELFAttributeSubsectionSize;
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp206 while (remaining_size > ELFAttribute::MinimalELFAttributeSubsectionSize) { in merge()