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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c300 #define VALID_DYNAMIC_NAME(offset) ((dynamic_strings != NULL) && (offset < dynamic_strings_length))
301 /* GET_DYNAMIC_NAME asssumes that VALID_DYNAMIC_NAME has
5580 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
6048 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
6231 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
6313 && VALID_DYNAMIC_NAME (entry->d_un.d_val))
6495 if (VALID_DYNAMIC_NAME (aux.vda_name))
6512 if (VALID_DYNAMIC_NAME (aux.vda_name))
6573 if (VALID_DYNAMIC_NAME (ent.vn_file))
6595 if (VALID_DYNAMIC_NAME (au
298 #define VALID_DYNAMIC_NAME macro
[all...]

Completed in 129 milliseconds