Home
last modified time | relevance | path

Searched refs:bfd_get_8 (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gdb-7/bfd/
HDelf32-i386.c1136 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1147 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1154 if (bfd_get_8 (abfd, contents + offset - 3) != 0x8d) in elf_i386_check_tls_transition()
1166 if (bfd_get_8 (abfd, contents + offset + 9) != 0x90) in elf_i386_check_tls_transition()
1178 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1183 if (bfd_get_8 (abfd, contents + offset + 4) != 0xe8) in elf_i386_check_tls_transition()
1211 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1219 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1234 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1238 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
[all …]
HDreloc.c882 char x = bfd_get_8 (abfd, (char *) data + octets); in bfd_perform_relocation()
1263 char x = bfd_get_8 (abfd, data); in bfd_install_relocation()
1402 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1570 x = bfd_get_8 (input_bfd, location); in _bfd_clear_contents()
HDelf64-x86-64.c1189 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1206 val = bfd_get_8 (abfd, contents + offset - 2); in elf_x86_64_check_tls_transition()
1210 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
1224 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1228 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d) in elf_x86_64_check_tls_transition()
1231 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
2611 && bfd_get_8 (input_bfd, in elf_x86_64_convert_mov_to_lea()
2641 && bfd_get_8 (input_bfd, in elf_x86_64_convert_mov_to_lea()
3975 type = bfd_get_8 (input_bfd, contents + roff - 3); in elf_x86_64_relocate_section()
3976 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_x86_64_relocate_section()
[all …]
HDlibbfd.c1069 byte = bfd_get_8 (abfd, buf); in read_unsigned_leb128()
1097 byte = bfd_get_8 (abfd, buf); in read_signed_leb128()
HDbfd-in2.h1068 #define bfd_get_8(abfd, ptr) \ macro
1101 ((bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
1122 bfd_get_8 (abfd, ptr)
HDdwarf2.c547 return bfd_get_8 (abfd, buf); in read_1_byte()
/dragonfly/contrib/binutils-2.27/bfd/
HDreloc.c884 char x = bfd_get_8 (abfd, (char *) data + octets); in bfd_perform_relocation()
1267 char x = bfd_get_8 (abfd, data); in bfd_install_relocation()
1410 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1579 x = bfd_get_8 (input_bfd, location); in _bfd_clear_contents()
HDlibbfd.c995 byte = bfd_get_8 (abfd, buf); in read_unsigned_leb128()
1025 byte = bfd_get_8 (abfd, data); in safe_read_leb128()
1062 byte = bfd_get_8 (abfd, buf); in read_signed_leb128()
HDelf32-i386.c1376 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1384 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1399 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1403 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1417 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d) in elf_i386_check_tls_transition()
1420 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1627 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_i386_convert_load_reloc()
1651 opcode = bfd_get_8 (abfd, contents + roff - 2); in elf_i386_convert_load_reloc()
3789 addend = bfd_get_8 (input_bfd, where); in elf_i386_relocate_section()
4137 opcode = bfd_get_8 (input_bfd, contents + rel->r_offset - 2); in elf_i386_relocate_section()
[all …]
HDelf64-x86-64.c1470 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1487 val = bfd_get_8 (abfd, contents + offset - 2); in elf_x86_64_check_tls_transition()
1491 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
1505 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1509 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d) in elf_x86_64_check_tls_transition()
1512 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
1775 opcode = bfd_get_8 (abfd, contents + roff - 2); in elf_x86_64_convert_load_reloc()
1986 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_x86_64_convert_load_reloc()
2036 rex = bfd_get_8 (abfd, contents + roff - 3); in elf_x86_64_convert_load_reloc()
2054 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_x86_64_convert_load_reloc()
[all …]
HDcoff-x86_64.c161 char x = bfd_get_8 (abfd, addr); in coff_amd64_reloc()
HDbfd-in2.h1101 #define bfd_get_8(abfd, ptr) \ macro
1134 ((bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
1155 bfd_get_8 (abfd, ptr)
HDdwarf2.c566 return bfd_get_8 (abfd, buf); in read_1_byte()
/dragonfly/contrib/binutils-2.34/binutils/
HDrddbg.c177 type = bfd_get_8 (abfd, stab + 4); in read_section_stabs_debugging_info()
178 other = bfd_get_8 (abfd, stab + 5); in read_section_stabs_debugging_info()
/dragonfly/contrib/binutils-2.27/binutils/
HDrddbg.c175 type = bfd_get_8 (abfd, stab + 4); in read_section_stabs_debugging_info()
176 other = bfd_get_8 (abfd, stab + 5); in read_section_stabs_debugging_info()
HDod-xcoff.c1215 reason = bfd_get_8 (abfd, exceptab->e_reason); in dump_xcoff32_except()
1217 (unsigned) bfd_get_8 (abfd, exceptab->e_lang), reason); in dump_xcoff32_except()
1421 (unsigned) bfd_get_8 (abfd, text + off)); in dump_xcoff32_tbtags()
/dragonfly/contrib/binutils-2.34/bfd/
HDelf32-i386.c997 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1005 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1020 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1024 type = bfd_get_8 (abfd, contents + offset - 2); in elf_i386_check_tls_transition()
1038 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d) in elf_i386_check_tls_transition()
1041 val = bfd_get_8 (abfd, contents + offset - 1); in elf_i386_check_tls_transition()
1249 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_i386_convert_load_reloc()
1275 opcode = bfd_get_8 (abfd, contents + roff - 2); in elf_i386_convert_load_reloc()
2106 addend = bfd_get_8 (input_bfd, where); in elf_i386_relocate_section()
2860 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_i386_relocate_section()
[all …]
HDelf64-x86-64.c1200 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1217 val = bfd_get_8 (abfd, contents + offset - 2); in elf_x86_64_check_tls_transition()
1221 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
1235 val = bfd_get_8 (abfd, contents + offset - 3); in elf_x86_64_check_tls_transition()
1239 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d) in elf_x86_64_check_tls_transition()
1242 val = bfd_get_8 (abfd, contents + offset - 1); in elf_x86_64_check_tls_transition()
1524 opcode = bfd_get_8 (abfd, contents + roff - 2); in elf_x86_64_convert_load_reloc()
1660 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_x86_64_convert_load_reloc()
1710 rex = bfd_get_8 (abfd, contents + roff - 3); in elf_x86_64_convert_load_reloc()
1728 modrm = bfd_get_8 (abfd, contents + roff - 1); in elf_x86_64_convert_load_reloc()
[all …]
HDlibbfd.c1127 byte = bfd_get_8 (abfd, buf); in _bfd_read_unsigned_leb128()
1157 byte = bfd_get_8 (abfd, data); in _bfd_safe_read_leb128()
1194 byte = bfd_get_8 (abfd, buf); in _bfd_read_signed_leb128()
HDcoff-x86_64.c158 char x = bfd_get_8 (abfd, addr); in coff_amd64_reloc()
HDreloc.c557 return bfd_get_8 (abfd, data); in read_reloc()
HDbfd-in2.h656 #define bfd_get_8(abfd, ptr) \ macro
703 ((bits) == 8 ? bfd_get_8 (abfd, ptr) \
724 bfd_get_8 (abfd, ptr)
HDdwarf2.c596 return bfd_get_8 (abfd, buf); in read_1_byte()
/dragonfly/contrib/gdb-7/gdb/
HDdwarf2-frame.c1518 return bfd_get_8 (abfd, buf); in read_1_byte()
HDdwarf2read.c14250 return bfd_get_8 (abfd, buf); in read_1_byte()
14558 byte = bfd_get_8 (abfd, buf); in read_unsigned_leb128()
14585 byte = bfd_get_8 (abfd, buf); in read_signed_leb128()

12