Home
last modified time | relevance | path

Searched refs:max_before_header (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c4545 unsigned int max_before_header; in allocate_got() local
4554 max_before_header = htab->plt_type == PLT_NEW ? 32768 : 32764; in allocate_got()
4557 where = max_before_header - htab->got_gap; in allocate_got()
4562 if (htab->got->size + need > max_before_header in allocate_got()
4563 && htab->got->size <= max_before_header) in allocate_got()
4565 htab->got_gap = max_before_header - htab->got->size; in allocate_got()
4566 htab->got->size = max_before_header + htab->got_header_size; in allocate_got()
H A DChangeLog-20063205 (allocate_got): Likewise. Rearrange so that max_before_header