OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PE_IDATA5_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
48
#define
PE_IDATA5_SIZE
8
64
#ifndef
PE_IDATA5_SIZE
65
#define
PE_IDATA5_SIZE
4
2185
d2[0] = d2[16] =
PE_IDATA5_SIZE
; /* Reloc addend. */
2192
bfd_set_section_size (id5,
PE_IDATA5_SIZE
);
2195
d5 = xmalloc (
PE_IDATA5_SIZE
);
2197
memset (d5, 0,
PE_IDATA5_SIZE
);
2211
bfd_set_section_contents (abfd, id5, d5, 0,
PE_IDATA5_SIZE
);
2267
bfd_set_section_size (id5,
PE_IDATA5_SIZE
);
2268
d5 = xmalloc (
PE_IDATA5_SIZE
);
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
48
#define
PE_IDATA5_SIZE
8
64
#ifndef
PE_IDATA5_SIZE
65
#define
PE_IDATA5_SIZE
4
2162
d2[0] = d2[16] =
PE_IDATA5_SIZE
; /* Reloc addend. */
2169
bfd_set_section_size (id5,
PE_IDATA5_SIZE
);
2172
d5 = xmalloc (
PE_IDATA5_SIZE
);
2174
memset (d5, 0,
PE_IDATA5_SIZE
);
2188
bfd_set_section_contents (abfd, id5, d5, 0,
PE_IDATA5_SIZE
);
2244
bfd_set_section_size (id5,
PE_IDATA5_SIZE
);
2245
d5 = xmalloc (
PE_IDATA5_SIZE
);
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026