OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opthdr_ofs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
coff-pe-read.c
316
unsigned long pe_header_offset,
opthdr_ofs
, num_entries, i;
368
opthdr_ofs
= pe_header_offset + 4 + 20;
370
num_entries = pe_get32 (dll,
opthdr_ofs
+ 108, &fail);
372
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92, &fail);
380
export_opthdrrva = pe_get32 (dll,
opthdr_ofs
+ 112, &fail);
381
export_opthdrsize = pe_get32 (dll,
opthdr_ofs
+ 116, &fail);
385
export_opthdrrva = pe_get32 (dll,
opthdr_ofs
+ 96, &fail);
386
export_opthdrsize = pe_get32 (dll,
opthdr_ofs
+ 100, &fail);
312
unsigned long pe_header_offset,
opthdr_ofs
, num_entries, i;
local
/src/external/gpl3/gdb.old/dist/gdb/
coff-pe-read.c
316
unsigned long pe_header_offset,
opthdr_ofs
, num_entries, i;
368
opthdr_ofs
= pe_header_offset + 4 + 20;
370
num_entries = pe_get32 (dll,
opthdr_ofs
+ 108, &fail);
372
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92, &fail);
380
export_opthdrrva = pe_get32 (dll,
opthdr_ofs
+ 112, &fail);
381
export_opthdrsize = pe_get32 (dll,
opthdr_ofs
+ 116, &fail);
385
export_opthdrrva = pe_get32 (dll,
opthdr_ofs
+ 96, &fail);
386
export_opthdrsize = pe_get32 (dll,
opthdr_ofs
+ 100, &fail);
312
unsigned long pe_header_offset,
opthdr_ofs
, num_entries, i;
local
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
3434
bfd_vma pe_header_offset,
opthdr_ofs
, num_entries, i;
local
3475
opthdr_ofs
= pe_header_offset + 4 + 20;
3478
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92 + 4 * 4, &fail);
3480
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92, &fail);
3490
export_rva = pe_get32 (dll,
opthdr_ofs
+ 96 + 4 * 4, &fail);
3491
export_size = pe_get32 (dll,
opthdr_ofs
+ 100 + 4 * 4, &fail);
3493
export_rva = pe_get32 (dll,
opthdr_ofs
+ 96, &fail);
3494
export_size = pe_get32 (dll,
opthdr_ofs
+ 100, &fail);
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
3432
bfd_vma pe_header_offset,
opthdr_ofs
, num_entries, i;
local
3473
opthdr_ofs
= pe_header_offset + 4 + 20;
3476
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92 + 4 * 4, &fail);
3478
num_entries = pe_get32 (dll,
opthdr_ofs
+ 92, &fail);
3488
export_rva = pe_get32 (dll,
opthdr_ofs
+ 96 + 4 * 4, &fail);
3489
export_size = pe_get32 (dll,
opthdr_ofs
+ 100 + 4 * 4, &fail);
3491
export_rva = pe_get32 (dll,
opthdr_ofs
+ 96, &fail);
3492
export_size = pe_get32 (dll,
opthdr_ofs
+ 100, &fail);
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026