Home
last modified time | relevance | path

Searched refs:last_rel_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c2009 lang_output_section_statement_type *last_rel_alloc = NULL; in output_rel_find() local
2032 if ((rela == lookrela || last_rel_alloc == NULL) in output_rel_find()
2035 last_rel_alloc = lookup; in output_rel_find()
2048 if (last_rel_alloc) in output_rel_find()
2049 return last_rel_alloc; in output_rel_find()
H A DChangeLog-0203550 last_rel_alloc for the first time. If no reloc sections in script,
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelf.c2013 lang_output_section_statement_type *last_rel_alloc = NULL; in output_rel_find() local
2036 if ((rela == lookrela || last_rel_alloc == NULL) in output_rel_find()
2039 last_rel_alloc = lookup; in output_rel_find()
2052 if (last_rel_alloc) in output_rel_find()
2053 return last_rel_alloc; in output_rel_find()
H A DChangeLog-0203550 last_rel_alloc for the first time. If no reloc sections in script,