Lines Matching full:absolute
58 * absolute relocations present w.r.t these symbols.
70 * as absolute (typically defined outside any section in the linker script.)
102 * as absolute (typically defined outside any section in the linker script.)
270 name = "ABSOLUTE"; in sec_name()
564 printf("Absolute symbols\n"); in print_absolute_symbols()
646 /* Absolute symbols are not relocated if bzImage is in print_absolute_relocs()
648 * to user at compile time about the absolute in print_absolute_relocs()
653 * relative have not become absolute because of some in print_absolute_relocs()
656 * Before warning check if this absolute symbol in print_absolute_relocs()
663 printf("WARNING: Absolute relocations present\n"); in print_absolute_relocs()
776 * Whitelisted absolute symbols do not require in do_reloc64()
782 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
787 die("Absolute reference to symbol '%s' not permitted in .head.text\n", in do_reloc64()
839 * Whitelisted absolute symbols do not require in do_reloc32()
845 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
881 * Whitelisted absolute symbols do not require in do_reloc_real()
895 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
901 * Whitelisted absolute symbols do not require in do_reloc_real()
916 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()