Searched defs:sfa (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/modules/
H A Dpmload.c75 addr_t sfa; local
136 the next argument string, sfa is the address in its final resting place.
140 sfa = stack_pointer + argc * sizeof(char *) + 5 * sizeof(long);
145 *spp++ = sfa;
148 sfa += bytes;
H A Delf.c77 addr_t sfa; local
202 the next argument string, sfa is the address in its final resting place.
206 sfa = stack_pointer + argc * sizeof(char *) + 5 * sizeof(long);
211 *spp++ = sfa;
214 sfa += bytes;

Completed in 123 milliseconds