Lines Matching defs:first
271 entries at the beginning (the first will contain a pointer to the
282 /* The first entry in an absolute procedure linkage table looks like
294 /* Type describing the first PLT entry in non-PIC. */
297 /* First a 'push' of the second GOT entry. */
307 /* The first entry in a PIC procedure linkage table look like this. */
316 /* Contents of all but the first PLT entry in executable. */
327 /* Contents of all but the first PLT entry in DSOs. */
341 /* The first instruction is 'jmp indirect' or 'jmp *offset(%ebs)'. */
375 first word contains the address of the .dynamic section. The
384 /* The PLT contains code which a user of a function jumps to. The first
385 PLT entry is special, so the first used one has the index 1. */
425 /* Create the first entry of the .plt section. */
492 /* And once more, fill in the addresses. First the address of
585 // XXX section is read-only first?
741 struct scninfo *first = statep->rellist->next;
742 struct scninfo *runp = first;
960 First version: mov ADDR,REG. */
1074 while ((runp = runp->next) != first);