OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unit_length
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.c
285
LONGEST
unit_length
local
292
if (line_ptr +
unit_length
> (section->buffer + section->size))
297
lh->statement_program_end = start_here +
unit_length
;
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.c
285
LONGEST
unit_length
local
292
if (line_ptr +
unit_length
> (section->buffer + section->size))
297
lh->statement_program_end = start_here +
unit_length
;
/src/external/gpl3/binutils/dist/binutils/
dwarf.c
8025
warn (_("Corrupt %s section:
unit_length
field of %#" PRIx64
10673
uint64_t
unit_length
;
local
10697
SAFE_BYTE_GET_AND_INC (
unit_length
, hdrptr, 4, section_end);
10699
if (
unit_length
== 0xffffffff)
10702
SAFE_BYTE_GET_AND_INC (
unit_length
, hdrptr, 8, section_end);
10708
if (
unit_length
> (size_t) (section_end - hdrptr)
10709
||
unit_length
< 2 + 2 + 4 * 7)
10714
section->name, unit_start - section->start,
unit_length
);
local
10717
unit_end = hdrptr +
unit_length
;
/src/external/gpl3/binutils.old/dist/binutils/
dwarf.c
7945
warn (_("Corrupt %s section:
unit_length
field of %#" PRIx64
10583
uint64_t
unit_length
;
local
10607
SAFE_BYTE_GET_AND_INC (
unit_length
, hdrptr, 4, section_end);
10609
if (
unit_length
== 0xffffffff)
10612
SAFE_BYTE_GET_AND_INC (
unit_length
, hdrptr, 8, section_end);
10618
if (
unit_length
> (size_t) (section_end - hdrptr)
10619
||
unit_length
< 2 + 2 + 4 * 7)
10624
section->name, unit_start - section->start,
unit_length
);
local
10627
unit_end = hdrptr +
unit_length
;
/src/external/gpl3/gdb/dist/gdb/
arm-tdep.c
4725
int
unit_length
;
local
4737
unit_length
= arm_vfp_cprc_unit_length (vfp_base_type);
4738
shift =
unit_length
/ 4;
4759
val + i *
unit_length
);
4766
regcache->cooked_write (regnum, val + i *
unit_length
);
9251
int
unit_length
= arm_vfp_cprc_unit_length (vfp_base_type);
local
9267
writebuf + i *
unit_length
);
9271
readbuf + i *
unit_length
);
9282
regcache->cooked_write (regnum, writebuf + i *
unit_length
);
9284
regcache->cooked_read (regnum, readbuf + i *
unit_length
);
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c
4728
int
unit_length
;
local
4740
unit_length
= arm_vfp_cprc_unit_length (vfp_base_type);
4741
shift =
unit_length
/ 4;
4762
val + i *
unit_length
);
4769
regcache->cooked_write (regnum, val + i *
unit_length
);
9254
int
unit_length
= arm_vfp_cprc_unit_length (vfp_base_type);
local
9270
writebuf + i *
unit_length
);
9274
readbuf + i *
unit_length
);
9285
regcache->cooked_write (regnum, writebuf + i *
unit_length
);
9287
regcache->cooked_read (regnum, readbuf + i *
unit_length
);
[
all
...]
Completed in 53 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026