OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:labelbuf
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libcpu/
i386_disasm.c
270
char *
labelbuf
;
member in struct:output_data
1054
if (output_data.
labelbuf
!= NULL
1055
&& output_data.
labelbuf
[0] != '\0')
1057
ADD_STRING (output_data.
labelbuf
);
1058
output_data.
labelbuf
[0] = '\0';
1071
&output_data.
labelbuf
,
1073
symstr = output_data.
labelbuf
;
1144
free (output_data.
labelbuf
);
ChangeLog
160
* i386_disasm.c (struct output_buffer): Add
labelbuf
, labelbufsize,
162
(i386_disasm): Remove
labelbuf
and labelbufsize variables.
Completed in 56 milliseconds