Home
last modified time | relevance | path

Searched refs:FLAT_FLAG_GOTPIC (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/
H A Dflat.h47 #define FLAT_FLAG_GOTPIC 0x0002 /* program is PIC with GOT */ macro
H A Dflatload.c374 if (flags & FLAT_FLAG_GOTPIC) { in load_flat_file()
431 if ((flags & FLAT_FLAG_GOTPIC) == 0) in load_flat_file()