Lines Matching defs:p
557 bfd_getb16 (const void *p) in bfd_getb16()
564 bfd_getl16 (const void *p) in bfd_getl16()
571 bfd_getb_signed_16 (const void *p) in bfd_getb_signed_16()
578 bfd_getl_signed_16 (const void *p) in bfd_getl_signed_16()
585 bfd_putb16 (bfd_vma data, void *p) in bfd_putb16()
593 bfd_putl16 (bfd_vma data, void *p) in bfd_putl16()
601 bfd_getb32 (const void *p) in bfd_getb32()
614 bfd_getl32 (const void *p) in bfd_getl32()
627 bfd_getb_signed_32 (const void *p) in bfd_getb_signed_32()
640 bfd_getl_signed_32 (const void *p) in bfd_getl_signed_32()
746 bfd_putb32 (bfd_vma data, void *p) in bfd_putb32()
756 bfd_putl32 (bfd_vma data, void *p) in bfd_putl32()
802 bfd_put_bits (bfd_uint64_t data, void *p, int bits, bfd_boolean big_p) in bfd_put_bits()
822 bfd_get_bits (const void *p, int bits, bfd_boolean big_p) in bfd_get_bits()