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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp314 char *subsection_length_hole = NULL; local
318 subsection_length_hole = buffer;
356 // Write subsection-length in subsection_length_hole.
360 assert(subsection_length_hole != NULL);
361 ::memcpy(subsection_length_hole, &subsection_length, sizeof(uint32_t));

Completed in 72 milliseconds