Lines Matching full:absolute
11 * Don't define absolute symbols until and unless you know that symbol
13 * at run time. Absolute symbols are not relocated. If symbol value should
125 phys_startup_32 = ABSOLUTE(startup_32 - LOAD_OFFSET);
127 phys_startup_64 = ABSOLUTE(startup_64 - LOAD_OFFSET);
507 . = ASSERT(((ABSOLUTE(srso_alias_untrain_ret) | srso_alias_safe_ret) -
508 (ABSOLUTE(srso_alias_untrain_ret) & srso_alias_safe_ret)) == ((1 << 2) | (1 << 8) | (1 << 14) | (1 << 20)),
527 * linker will never mark as relocatable. (Using just ABSOLUTE() is not
532 ABSOLUTE(xen_elfnote_entry) + ABSOLUTE(startup_xen);
536 ABSOLUTE(xen_elfnote_phys32_entry) + ABSOLUTE(pvh_start_xen - LOAD_OFFSET);