Searched defs:aug_str (Results 1 - 1 of 1) sorted by path

/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp165 ConstAddress aug_str = p; local
188 if (aug_str[0] == 'e' && aug_str[1] == 'h') {
195 if (*aug_str == 'z') {
197 aug_str_data += *aug_str;
198 ++aug_str;
205 while (aug_str != aug_str_end) {
206 switch (*aug_str) {
285 aug_str_data += *aug_str;
286 ++aug_str;
[all...]

Completed in 68 milliseconds