OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jmp_byte_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
2357
int
jmp_byte_count
= 0;
local
2396
jmp_byte_count
= sizeof (jmp_ix86_bytes);
2400
jmp_byte_count
= sizeof (jmp_sh_bytes);
2405
jmp_byte_count
= sizeof (jmp_arm_bytes);
2409
jmp_byte_count
= sizeof (jmp_aarch64_bytes);
2468
bfd_set_section_size (tx,
jmp_byte_count
);
2469
td = xmalloc (
jmp_byte_count
);
2471
memcpy (td, jmp_bytes,
jmp_byte_count
);
2574
bfd_set_section_contents (abfd, tx, td, 0,
jmp_byte_count
);
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
2346
int
jmp_byte_count
= 0;
local
2385
jmp_byte_count
= sizeof (jmp_ix86_bytes);
2389
jmp_byte_count
= sizeof (jmp_sh_bytes);
2393
jmp_byte_count
= sizeof (jmp_mips_bytes);
2398
jmp_byte_count
= sizeof (jmp_arm_bytes);
2402
jmp_byte_count
= sizeof (jmp_aarch64_bytes);
2461
bfd_set_section_size (tx,
jmp_byte_count
);
2462
td = xmalloc (
jmp_byte_count
);
2464
memcpy (td, jmp_bytes,
jmp_byte_count
);
2572
bfd_set_section_contents (abfd, tx, td, 0,
jmp_byte_count
);
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026