Searched refs:got_section (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexalpha.c123 static struct scnhdr *got_section;
250 CHECK_SCNHDR (got_section, _GOT, STYP_GOT);
338 if (got_section != NULL)
340 bcopy (got_section, buffer, sizeof (struct scnhdr));
342 got_section->s_vaddr = vaddr;
343 got_section->s_paddr = vaddr;
344 got_section->s_size = 0;
345 got_section->s_scnptr = scnptr;
371 if (got_section != NULL)
374 "seeking to start of got_section i
122 static struct scnhdr *got_section; variable in typeref:struct:scnhdr
[all...]

Completed in 67 milliseconds