OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abbrev_ptr
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
811
bfd_byte *
abbrev_ptr
;
local
827
abbrev_ptr
= stash->dwarf_abbrev_buffer + offset;
828
abbrev_number = read_unsigned_leb128 (abfd,
abbrev_ptr
, &bytes_read);
829
abbrev_ptr
+= bytes_read;
842
read_unsigned_leb128 (abfd,
abbrev_ptr
, &bytes_read);
843
abbrev_ptr
+= bytes_read;
844
cur_abbrev->has_children = read_1_byte (abfd,
abbrev_ptr
);
845
abbrev_ptr
+= 1;
848
abbrev_name = read_unsigned_leb128 (abfd,
abbrev_ptr
, &bytes_read);
849
abbrev_ptr
+= bytes_read
[
all
...]
Completed in 395 milliseconds