Lines Matching refs:PIC
90 %define GOT_SYMBOL _GLOBAL_OFFSET_TABLE_ ; ELF supports PIC
104 %define GOT_SYMBOL __GLOBAL_OFFSET_TABLE_ ; BSD-style a.out supports PIC
114 ; The generation of position-independent code (PIC) is the default on Darwin.
116 %define PIC
256 ; Macros for position-independent code (PIC) support
259 %undef PIC
262 %ifdef PIC ; -------------------------------------------
266 ; At present, nasm doesn't seem to support PIC generation for Mach-O.
267 ; The PIC support code below is a little tricky.
329 %else ; !PIC -----------------------------------------
342 %endif ; PIC -----------------------------------------