]> git.proxmox.com Git - qemu.git/commit
elf: Calculate symbol size if needed
authorStefan Weil <weil@mail.berlios.de>
Mon, 9 Aug 2010 14:43:53 +0000 (16:43 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 9 Sep 2010 19:37:16 +0000 (19:37 +0000)
commite403e433c1a30568a019cac9ba7301f8d5d7a382
treeddaf531291af5b12dada6a0025fb785b5b45ba6c
parentd7d9b528b105b9e27d9ffa5dd1f773d484a559b4
elf: Calculate symbol size if needed

Symbols with a size of 0 are unusable for the disassembler.

Example:

While running an arm linux kernel, no symbolic names are
used in qemu.log when the cpu is executing an assembler function.

Assume that the size of such symbols is the difference to the
next symbol value.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/elf_ops.h