mkimage: rename a couple of things to be less confusing later.
authorPeter Jones <pjones@redhat.com>
Wed, 21 Feb 2018 20:20:25 +0000 (15:20 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 5 Mar 2018 12:44:55 +0000 (13:44 +0100)
commit594ac31571970611958b00284f9ca4c6f6c1286d
treef3c36d728caead15c32d37c84c44fc25a3d13635
parent352868d1234c94393e84871072372d73cb1166fa
mkimage: rename a couple of things to be less confusing later.

This renames some things:

- the "strtab" and "strtab_section" in relocate_symbols are changed to "symtab"
  instead, so as to be less confusing when "strtab" is moved to a struct in a
  later patch.

- The places where we pass section_vaddresses to functions are changed to also
  be called section_vaddresses"inside those functions, so I get less confused
  when I put addresses and vaddresses in a struct in a later patch.

Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-mkimagexx.c