GDB (xrefs)
|
Go to the source code of this file.
Functions | |
ULONGEST | read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr) |
LONGEST | read_signed_leb128 (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr) |
LONGEST | read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read, bool handle_nonstd) |
LONGEST | read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size) |
LONGEST read_initial_length | ( | bfd * | abfd, |
const gdb_byte * | buf, | ||
unsigned int * | bytes_read, | ||
bool | handle_nonstd ) |
Definition at line 90 of file leb.c.
Referenced by decode_frame_entry_1(), read_abbrev_offset(), read_addrmap_from_aranges(), read_checked_initial_length_and_offset(), read_comp_unit_head(), read_debug_names_from_section(), read_dwo_str_index(), and read_loclists_rnglists_header().
LONGEST read_offset | ( | bfd * | abfd, |
const gdb_byte * | buf, | ||
unsigned int | offset_size ) |
Definition at line 117 of file leb.c.
Referenced by dwarf_decode_line_header(), dwarf_decode_macro_bytes(), read_abbrev_offset(), dwarf2_per_objfile::read_line_string(), and unpack_bits_as_long().
LONGEST read_signed_leb128 | ( | bfd * | abfd, |
const gdb_byte * | buf, | ||
unsigned int * | bytes_read_ptr ) |
Definition at line 59 of file leb.c.
Referenced by convert_variant_range(), decode_locdesc(), dwarf_decode_lines_1(), abbrev_table::read(), read_attribute_value(), and read_debug_names_from_section().
ULONGEST read_unsigned_leb128 | ( | bfd * | abfd, |
const gdb_byte * | buf, | ||
unsigned int * | bytes_read_ptr ) |
Definition at line 31 of file leb.c.
Referenced by convert_variant_range(), decode_locdesc(), dwarf2_find_location_expression(), dwarf2_rnglists_process(), dwarf_decode_line_header(), dwarf_decode_lines_1(), dwarf_decode_macro_bytes(), dwarf_decode_macros(), dwarf_parse_macro_header(), loclist_describe_location(), dw2_debug_names_iterator::next(), peek_abbrev_code(), peek_die_abbrev(), abbrev_table::read(), read_addr_index_from_leb128(), read_attribute_value(), read_debug_names_from_section(), read_formatted_entries(), read_full_die_1(), skip_form_bytes(), skip_one_die(), and skip_unknown_opcode().