Searched refs:BFD_TARGET_PAGESIZE (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c4902 # ifndef BFD_TARGET_PAGESIZE
4903 # define BFD_TARGET_PAGESIZE (4096)
4918 fact = i / (BFD_TARGET_PAGESIZE / (bed->s->arch_size / 8)) + 1;
4929 fact = i / (BFD_TARGET_PAGESIZE / (bed->s->arch_size / 8)) + 1;
4893 # define BFD_TARGET_PAGESIZE macro
/haiku-buildtools/binutils/bfd/
H A Delflink.c5745 # ifndef BFD_TARGET_PAGESIZE
5746 # define BFD_TARGET_PAGESIZE (4096)
5761 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
5772 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
5736 # define BFD_TARGET_PAGESIZE macro

Completed in 196 milliseconds