Home | History | Annotate | Download | only in aarch64

Lines Matching defs:bfd_byte

143 typedef uint8_t bfd_byte;
192 ((void) (*((bfd_byte *) (ptr)) = (val) & 0xff))
196 ((bfd_vma) *(const bfd_byte *) (ptr) & 0xff)
198 ((((bfd_signed_vma) *(const bfd_byte *) (ptr) & 0xff) ^ 0x80) - 0x80)
796 bfd_byte *contents;
1050 (bfd *abfd, asection *section, bfd_byte **buf);
1925 bfd_byte data[1];
2752 bfd_byte *bfd_get_relocated_section_contents
2753 (bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *,
2868 (bfd *abfd, bfd_byte *contents, asection *sec);
2878 bfd_byte **ptr, bfd_size_type *ptr_size);
2881 (bfd *abfd, asection *section, bfd_byte **ptr);
2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
3034 (bfd_vma vma, bfd_byte *myaddr, bfd_size_type len));
3047 (uint32_t crc, const bfd_byte *buf, bfd_size_type len);
3053 bfd_byte **buildid_out);
7341 bfd_byte *bfd_simple_get_relocated_section_contents
7342 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
7712 bfd_byte *
7716 bfd_byte *, bool,