Home | History | Annotate | Download | only in bfd

Lines Matching defs:bfd_vma

103 typedef uint64_t bfd_vma;
107 with bfd_vma in the same way that signed and unsigned ints are compatible
116 typedef uint32_t bfd_vma;
143 (((addr) + ((bfd_vma) 1 << (align)) - 1) & (-((bfd_vma) 1 << (align))))
150 ((((bfd_vma) (this) + (boundary) - 1) >= (bfd_vma) (this)) \
151 ? (((bfd_vma) (this) + ((boundary) - 1)) & ~ (bfd_vma) ((boundary)-1)) \
152 : ~ (bfd_vma) 0)