Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbinary.c245 bfd_boolean found_low; in binary_set_section_contents() local
252 found_low = FALSE; in binary_set_section_contents()
259 && (! found_low || s->lma < low)) in binary_set_section_contents()
262 found_low = TRUE; in binary_set_section_contents()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dbinary.c268 bfd_boolean found_low; local
275 found_low = FALSE;
282 && (! found_low || s->lma < low))
285 found_low = TRUE;