Searched refs:max_before_header (Results 1 – 2 of 2) sorted by relevance
4545 unsigned int max_before_header; in allocate_got() local4554 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()
3205 (allocate_got): Likewise. Rearrange so that max_before_header