OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:machstr
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/libebl/
eblmachineflagname.c
39
const char *
machstr
;
local
51
machstr
= ebl != NULL ? ebl->machine_flag_name (&flags) : NULL;
52
if (
machstr
== NULL)
59
machstrlen = strlen (
machstr
) + 1;
62
*((char *) mempcpy (cp,
machstr
, buf + len - cp - 1)) = '\0';
66
cp = mempcpy (cp,
machstr
, machstrlen);
Completed in 114 milliseconds