Searched refs:bfd_get_signed_16 (Results 1 – 20 of 20) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | tahoe.c | 213 return 2 + bfd_get_signed_16 (core_bfd, modep); in tahoe_offset()
|
H A D | vax.c | 224 return 2 + bfd_get_signed_16 (core_bfd, modep); in vax_offset()
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | tahoe.c | 216 return 2 + bfd_get_signed_16 (core_bfd, modep);
|
H A D | vax.c | 226 return 2 + bfd_get_signed_16 (core_bfd, modep);
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | libbfd.texi | 60 #define bfd_get_signed_16(abfd, ptr) \
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | libbfd.texi | 63 #define bfd_get_signed_16(abfd, ptr) \
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-eh-frame.c | 139 value = bfd_get_signed_16 (abfd, buf); in read_value()
|
H A D | bfd-in2.h | 888 #define bfd_get_signed_16(abfd, ptr) \ macro
|
H A D | coff-sh.c | 1286 voff = bfd_get_signed_16 (abfd, contents + nraddr);
|
H A D | ieee.c | 2489 ov = bfd_get_signed_16 (abfd,
|
H A D | elf32-m32r.c | 3772 addend = bfd_get_signed_16 (abfd, contents + irel->r_offset + 2);
|
H A D | elf32-sh.c | 2764 voff = bfd_get_signed_16 (abfd, contents + nraddr); in sh_elf_relax_delete_bytes()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2-frame.c | 1151 return (base + bfd_get_signed_16 (unit->abfd, (bfd_byte *) buf)); in read_encoded_value()
|
H A D | dwarf2read.c | 5761 return bfd_get_signed_16 (abfd, (bfd_byte *) buf); in read_2_signed_bytes() 5793 retval = bfd_get_signed_16 (abfd, (bfd_byte *) buf); in read_address()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf-eh-frame.c | 169 value = bfd_get_signed_16 (abfd, buf); in read_value()
|
H A D | dwarf2.c | 373 return bfd_get_signed_16 (unit->abfd, buf); in read_address()
|
H A D | coff-sh.c | 1244 voff = bfd_get_signed_16 (abfd, contents + nraddr);
|
H A D | bfd-in2.h | 983 #define bfd_get_signed_16(abfd, ptr) \ macro
|
H A D | ieee.c | 2310 ov = bfd_get_signed_16 (abfd, in do_with_relocs()
|
H A D | elf32-sh.c | 2671 voff = bfd_get_signed_16 (abfd, contents + nraddr); in sh_elf_relax_delete_bytes()
|