OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reloc_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
vms-alpha.c
357
unsigned
reloc_max
;
5554
if (sec->reloc_count >= vms_sec->
reloc_max
)
5556
if (vms_sec->
reloc_max
== 0)
5558
vms_sec->
reloc_max
= 64;
5560
(vms_sec->
reloc_max
* sizeof (arelent));
5564
vms_sec->
reloc_max
*= 2;
5566
(sec->relocation, vms_sec->
reloc_max
* sizeof (arelent));
356
unsigned
reloc_max
;
member in struct:vms_section_data_struct
vms-alpha.c
357
unsigned
reloc_max
;
5554
if (sec->reloc_count >= vms_sec->
reloc_max
)
5556
if (vms_sec->
reloc_max
== 0)
5558
vms_sec->
reloc_max
= 64;
5560
(vms_sec->
reloc_max
* sizeof (arelent));
5564
vms_sec->
reloc_max
*= 2;
5566
(sec->relocation, vms_sec->
reloc_max
* sizeof (arelent));
356
unsigned
reloc_max
;
member in struct:vms_section_data_struct
/src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c
357
unsigned
reloc_max
;
5541
if (sec->reloc_count >= vms_sec->
reloc_max
)
5543
if (vms_sec->
reloc_max
== 0)
5545
vms_sec->
reloc_max
= 64;
5547
(vms_sec->
reloc_max
* sizeof (arelent));
5551
vms_sec->
reloc_max
*= 2;
5553
(sec->relocation, vms_sec->
reloc_max
* sizeof (arelent));
356
unsigned
reloc_max
;
member in struct:vms_section_data_struct
vms-alpha.c
357
unsigned
reloc_max
;
5541
if (sec->reloc_count >= vms_sec->
reloc_max
)
5543
if (vms_sec->
reloc_max
== 0)
5545
vms_sec->
reloc_max
= 64;
5547
(vms_sec->
reloc_max
* sizeof (arelent));
5551
vms_sec->
reloc_max
*= 2;
5553
(sec->relocation, vms_sec->
reloc_max
* sizeof (arelent));
356
unsigned
reloc_max
;
member in struct:vms_section_data_struct
Completed in 69 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026