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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp41 // Skip corrupt subsection
63 // [ <uint32: subsection-length> NTBS: vendor-name
81 // subsection-length
97 // Select the attribute subsection.
98 Subsection *subsection = getSubsection(vendor_name);
101 if (subsection == NULL) {
115 // Merge the vendor data in the subsection.
116 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.cpp127 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { argument
131 printf("%-12s %-12s 0x%08x ", section, subsection, value);
137 void print_path(const char *section, const char *subsection, const char *fmt, ...) { argument
141 printf("%-12s %-12s .......... ", section, subsection);

Completed in 156 milliseconds