Searched refs:FLAT_FLAG_GOTPIC (Results 1 – 3 of 3) sorted by relevance
23 if (!(flags & FLAT_FLAG_GOTPIC)) in flat_get_addr_from_rp()
44 #define FLAT_FLAG_GOTPIC 0x0002 /* program is PIC with GOT */ macro
784 if (flags & FLAT_FLAG_GOTPIC) { in load_flat_file()844 if ((flags & FLAT_FLAG_GOTPIC) == 0) { in load_flat_file()
Completed in 7 milliseconds