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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp39 // Skip corrupt subsection
61 // [ <uint32: subsection-length> NTBS: vendor-name
79 // subsection-length
95 // Select the attribute subsection.
96 Subsection* subsection = getSubsection(vendor_name);
99 if (subsection == NULL) {
112 // Merge the vendor data in the subsection.
113 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
151 // Write out subsection.
173 Subsection* const subsection local
[all...]
/frameworks/base/cmds/idmap/
H A Dinspect.cpp128 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { argument
132 printf("%-12s %-12s 0x%08x ", section, subsection, value);
138 void print_path(const char *section, const char *subsection, const char *fmt, ...) { argument
142 printf("%-12s %-12s .......... ", section, subsection);

Completed in 78 milliseconds