Searched refs:attr_x (Results 1 – 1 of 1) sorted by relevance
243 char attr_r, attr_w, attr_x, attr_p; in LogSharedLibraryAddresses() local246 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in LogSharedLibraryAddresses()249 if (attr_r == 'r' && attr_x == 'x') { in LogSharedLibraryAddresses()