OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sects_num
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libbacktrace/
pecoff.c
302
from STRTAB and STRTAB_SIZE, and number of sections
SECTS_NUM
.
308
uint16_t
sects_num
,
315
if (isym->sec > 0 && (uint16_t) isym->sec >
sects_num
)
346
const b_coff_section_header *sects, size_t
sects_num
,
373
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size) < 0)
419
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size))
603
unsigned int
sects_num
;
local
680
sects_num
= fhdr.number_of_sections;
685
+
sects_num
* sizeof (b_coff_section_header));
760
for (i = 0; i <
sects_num
; ++i
[
all
...]
/src/external/gpl3/gcc.old/dist/libbacktrace/
pecoff.c
290
from STRTAB and STRTAB_SIZE, and number of sections
SECTS_NUM
.
296
uint16_t
sects_num
,
303
if (isym->sec > 0 && (uint16_t) isym->sec >
sects_num
)
334
const b_coff_section_header *sects, size_t
sects_num
,
361
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size) < 0)
407
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size))
591
unsigned int
sects_num
;
local
667
sects_num
= fhdr.number_of_sections;
672
+
sects_num
* sizeof (b_coff_section_header));
747
for (i = 0; i <
sects_num
; ++i
[
all
...]
/src/external/gpl3/gdb/dist/libbacktrace/
pecoff.c
302
from STRTAB and STRTAB_SIZE, and number of sections
SECTS_NUM
.
308
uint16_t
sects_num
,
315
if (isym->sec > 0 && (uint16_t) isym->sec >
sects_num
)
346
const b_coff_section_header *sects, size_t
sects_num
,
373
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size) < 0)
419
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size))
603
unsigned int
sects_num
;
local
680
sects_num
= fhdr.number_of_sections;
685
+
sects_num
* sizeof (b_coff_section_header));
760
for (i = 0; i <
sects_num
; ++i
[
all
...]
/src/external/gpl3/gdb.old/dist/libbacktrace/
pecoff.c
302
from STRTAB and STRTAB_SIZE, and number of sections
SECTS_NUM
.
308
uint16_t
sects_num
,
315
if (isym->sec > 0 && (uint16_t) isym->sec >
sects_num
)
346
const b_coff_section_header *sects, size_t
sects_num
,
373
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size) < 0)
419
if (coff_expand_symbol (&isym, asym,
sects_num
, strtab, strtab_size))
603
unsigned int
sects_num
;
local
680
sects_num
= fhdr.number_of_sections;
685
+
sects_num
* sizeof (b_coff_section_header));
760
for (i = 0; i <
sects_num
; ++i
[
all
...]
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026