OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nstring
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
peXXigen.c
3883
bfd_byte *
nstring
;
3937
nstring
= new_data;
3948
memcpy (
nstring
, astring, (alen + 1) * 2);
3949
nstring
+= (alen + 1) * 2;
3953
memcpy (
nstring
, bstring, (blen + 1) * 2);
3954
nstring
+= (blen + 1) * 2;
3958
*
nstring
++ = 0;
3959
*
nstring
++ = 0;
3966
BFD_ASSERT (
nstring
- new_data == (signed) (a->value.leaf->size + copy_needed));
3879
bfd_byte *
nstring
;
local
/src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c
3873
bfd_byte *
nstring
;
3927
nstring
= new_data;
3938
memcpy (
nstring
, astring, (alen + 1) * 2);
3939
nstring
+= (alen + 1) * 2;
3943
memcpy (
nstring
, bstring, (blen + 1) * 2);
3944
nstring
+= (blen + 1) * 2;
3948
*
nstring
++ = 0;
3949
*
nstring
++ = 0;
3956
BFD_ASSERT (
nstring
- new_data == (signed) (a->value.leaf->size + copy_needed));
3869
bfd_byte *
nstring
;
local
/src/external/gpl3/gdb/dist/bfd/
peXXigen.c
3866
bfd_byte *
nstring
;
3920
nstring
= new_data;
3931
memcpy (
nstring
, astring, (alen + 1) * 2);
3932
nstring
+= (alen + 1) * 2;
3936
memcpy (
nstring
, bstring, (blen + 1) * 2);
3937
nstring
+= (blen + 1) * 2;
3941
*
nstring
++ = 0;
3942
*
nstring
++ = 0;
3949
BFD_ASSERT (
nstring
- new_data == (signed) (a->value.leaf->size + copy_needed));
3862
bfd_byte *
nstring
;
local
/src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c
3865
bfd_byte *
nstring
;
3919
nstring
= new_data;
3930
memcpy (
nstring
, astring, (alen + 1) * 2);
3931
nstring
+= (alen + 1) * 2;
3935
memcpy (
nstring
, bstring, (blen + 1) * 2);
3936
nstring
+= (blen + 1) * 2;
3940
*
nstring
++ = 0;
3941
*
nstring
++ = 0;
3948
BFD_ASSERT (
nstring
- new_data == (signed) (a->value.leaf->size + copy_needed));
3861
bfd_byte *
nstring
;
local
Completed in 141 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026