OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sec_length
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
resres.c
119
unsigned long
sec_length
= 0,sec_length_wrote;
local
142
sec_length
= write_res_directory ((windres_bfd *) NULL, 0x20UL, resdir,
145
if (! bfd_set_section_size (abfd, sec, (
sec_length
+ 3) & ~3))
147
if ((
sec_length
& 3) != 0)
148
set_windres_bfd_content (&wrbfd, sign,
sec_length
, 4-(
sec_length
& 3));
155
if (
sec_length
!= sec_length_wrote)
157
(unsigned long)
sec_length
, (unsigned long) sec_length_wrote);
windmc.c
666
unsigned long
sec_length
= 1;
local
700
sec_length
= (dta_off + 3) & ~3;
701
if (! bfd_set_section_size (mc_bfd.abfd, mc_bfd.sec,
sec_length
))
704
set_windmc_bfd_content ("\0",
sec_length
- 1, 1);
Completed in 83 milliseconds