OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entry_length
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
aranges.c
68
const LONGEST
entry_length
= read_initial_length (abfd, addr,
local
72
const gdb_byte *const entry_end = addr +
entry_length
;
75
if (addr +
entry_length
> section->buffer + section->size)
82
plongest (bytes_read +
entry_length
),
/src/external/gpl3/gdb/dist/gdb/dwarf2/
aranges.c
69
const LONGEST
entry_length
= read_initial_length (abfd, addr,
local
73
const gdb_byte *const entry_end = addr +
entry_length
;
76
if (addr +
entry_length
> section->buffer + section->size)
83
plongest (bytes_read +
entry_length
),
/src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c
550
int fd,
entry_length
;
local
587
entry_as_string = entry2str( e, &
entry_length
);
589
res = spew_file( fd, entry_as_string,
entry_length
, &save_errno );
/src/external/gpl3/binutils/dist/binutils/
dwarf.c
8101
uint64_t
entry_length
;
local
8108
entry_length
= 8;
8113
entry_length
= 4;
8161
if ((size_t) (entries_end - curr) <
entry_length
)
8162
/* Not enough space to read one
entry_length
, give up. */
8165
SAFE_BYTE_GET_AND_INC (offset, curr,
entry_length
, entries_end);
8167
string = fetch_indexed_string (idx, NULL,
entry_length
, dwo,
8173
print_hex (offset,
entry_length
);
/src/external/gpl3/binutils.old/dist/binutils/
dwarf.c
8021
uint64_t
entry_length
;
local
8028
entry_length
= 8;
8033
entry_length
= 4;
8081
if ((size_t) (entries_end - curr) <
entry_length
)
8082
/* Not enough space to read one
entry_length
, give up. */
8085
SAFE_BYTE_GET_AND_INC (offset, curr,
entry_length
, entries_end);
8088
fetch_indexed_string (idx, NULL,
entry_length
, dwo, debug_str_offsets_hdr_len);
8093
print_hex (offset,
entry_length
);
Completed in 70 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026