Searched defs:subsubsection_length_hole (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp315 char *subsubsection_length_hole = NULL; local
333 subsubsection_length_hole = buffer;
348 // Patch subsubsection_length_hole.
349 assert(subsubsection_length_hole != NULL);
354 ::memcpy(subsubsection_length_hole, &subsubsection_length, sizeof(uint32_t));

Completed in 45 milliseconds