Home | History | Annotate | Download | only in bfd

Lines Matching defs:first

48    Its first section must start far enough past the page boundary to
67 The first non-executable PT_LOAD segment appears first in the file
174 /* First, we're just finding the earliest PT_LOAD.
184 /* Now that we've noted the first PT_LOAD, we're looking for
185 the first non-executable PT_LOAD with a nonempty p_filesz. */
192 First, clear the flags on previous segments that
218 /* Now swap the first and last PT_LOAD segments'
220 struct elf_segment_map *first = *first_load;
222 *first_load = first->next;
223 first->next = last->next;
224 last->next = first;
246 /* Find the PT_LOAD that contains the headers (should be the first). */
263 /* Now move past that first one and find the PT_LOAD that should be
284 the earlier ones to insert the one that should be first. */