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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexalpha.c122 static struct scnhdr *xdata_section;
254 CHECK_SCNHDR (xdata_section, _XDATA, STYP_XDATA);
329 if (xdata_section != NULL)
331 xdata_section->s_vaddr = vaddr;
332 xdata_section->s_paddr = vaddr;
333 xdata_section->s_size = 0;
334 xdata_section->s_scnptr = scnptr;
121 static struct scnhdr *xdata_section; variable in typeref:struct:scnhdr

Completed in 209 milliseconds