Lines Matching full:absolute
54 * absolute relocations present w.r.t these symbols.
65 * as absolute (typically defined outside any section in the linker script.)
100 * as absolute (typically defined outside any section in the linker script.)
267 name = "ABSOLUTE"; in sec_name()
589 printf("Absolute symbols\n"); in print_absolute_symbols()
671 /* Absolute symbols are not relocated if bzImage is in print_absolute_relocs()
673 * to user at compile time about the absolute in print_absolute_relocs()
678 * relative have not become absolute because of some in print_absolute_relocs()
681 * Before warning check if this absolute symbol in print_absolute_relocs()
688 printf("WARNING: Absolute relocations present\n"); in print_absolute_relocs()
893 * Whitelisted absolute symbols do not require in do_reloc64()
899 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
950 * Whitelisted absolute symbols do not require in do_reloc32()
956 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
992 * Whitelisted absolute symbols do not require in do_reloc_real()
1006 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
1012 * Whitelisted absolute symbols do not require in do_reloc_real()
1027 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()