Searched refs:byte_get (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 637 (long) byte_get (data + 4, 4)); in decode_location_expression() 985 uvalue = byte_get (data, 2); in read_and_display_attr_value() 991 uvalue = byte_get (data, 4); in read_and_display_attr_value() 1052 uvalue = byte_get (data, 4); in read_and_display_attr_value() 1060 uvalue = byte_get (data, 8); in read_and_display_attr_value() 1083 uvalue = byte_get (data, 1); in read_and_display_attr_value() 1092 uvalue = byte_get (data, 2); in read_and_display_attr_value() 1101 uvalue = byte_get (data, 4); in read_and_display_attr_value() 2046 uladv = byte_get (data, 2); in display_debug_lines() 2948 return byte_get (data, size); in get_encoded_value() [all …]
|
| H A D | dwarf.h | 89 extern dwarf_vma (*byte_get) (unsigned char *, int);
|
| H A D | readelf.c | 4542 entry = byte_get (indices, 4); in process_section_groups() 4559 entry = byte_get (indices, 4); in process_section_groups() 7227 vers_data = byte_get (data, 2); in process_symbol_table() 7453 ngnubuckets = byte_get (nb, 4); in process_symbol_table() 7454 symidx = byte_get (nb + 4, 4); in process_symbol_table() 7455 bitmaskwords = byte_get (nb + 8, 4); in process_symbol_table() 7514 while ((byte_get (nb, 4) & 1) == 0); in process_symbol_table() 8493 section_len = byte_get (p, 4); in process_attributes() 8519 size = byte_get (p, 4); in process_attributes() 9479 byte_get = byte_get_little_endian; in get_file_header() [all …]
|
| H A D | objdump.c | 2175 byte_get = byte_get_big_endian; in dump_dwarf() 2177 byte_get = byte_get_little_endian; in dump_dwarf()
|
| H A D | ChangeLog-9899 | 537 (decode_location_expression): Cast byte_get to long before 542 * readelf.c (dump_section): Cast values from byte_get to 1339 * readelf.c (byte_get): Use PARAMS in prototype.
|