HomeSort by relevance Sort by last modified time
    Searched full:dynamic_strings (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 176 static char * dynamic_strings;
291 #define VALID_DYNAMIC_NAME(offset) ((dynamic_strings != NULL) && (offset < dynamic_strings_length))
294 #define GET_DYNAMIC_NAME(offset) (dynamic_strings + offset)
174 static char * dynamic_strings; variable
    [all...]

Completed in 91 milliseconds