OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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