mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
7b677dd986
MachO and COFF quite reasonably only define the size for common symbols. We used to try to figure out the "size" by computing the gap from one symbol to the next. This would not be correct in general, since a part of a section can belong to no visible symbol (padding, private globals). It was also really expensive, since we would walk every symbol to find the size of one. If a caller really wants this, it can sort all the symbols once and get all the gaps ("size") in O(n log n) instead of O(n^2). On MachO this also has the advantage of centralizing all the checks for an invalid n_sect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238028 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
AArch64 | ||
ARM | ||
Inputs | ||
Mips | ||
X86 | ||
ar-create.test | ||
ar-error.test | ||
archive-delete.test | ||
archive-error-tmp.txt | ||
archive-extract-dir.test | ||
archive-format.test | ||
archive-long-index.test | ||
archive-move.test | ||
archive-replace-pos.test | ||
archive-symtab.test | ||
archive-toc.test | ||
archive-update.test | ||
check_binary_output.ll | ||
coff-archive-short.test | ||
coff-archive.test | ||
corrupt.test | ||
directory.ll | ||
elf-reloc-no-sym.test | ||
elf-unknown-type.test | ||
extract.ll | ||
kext.test | ||
lit.local.cfg | ||
macho-invalid.test | ||
mangle-ir.ll | ||
mri1.test | ||
mri2.test | ||
mri3.test | ||
mri4.test | ||
mri5.test | ||
mri-addlib.test | ||
mri-addmod.test | ||
mri-crlf.test | ||
nm-archive.test | ||
nm-darwin-m.test | ||
nm-error.test | ||
nm-irix6.test | ||
nm-shared-object.test | ||
nm-trivial-object.test | ||
nm-universal-binary.test | ||
nm-weak-global-macho.test | ||
obj2yaml-coff-long-file-symbol.test | ||
obj2yaml-coff-long-section-name.test | ||
obj2yaml-coff-section-aux-symbol.test | ||
obj2yaml-coff-weak-external.test | ||
obj2yaml-sectiongroup.test | ||
obj2yaml.test | ||
objdump-export-list.test | ||
objdump-file-header.test | ||
objdump-no-sectionheaders.test | ||
objdump-private-headers.test | ||
objdump-reloc-shared.test | ||
objdump-relocations.test | ||
objdump-section-content.test | ||
objdump-sectionheaders.test | ||
objdump-symbol-table.test | ||
readobj-elf-versioning.test | ||
readobj-shared-object.test | ||
readobj.test | ||
relocation-executable.test | ||
simple-archive.test | ||
size-trivial-macho.test | ||
yaml2obj-coff-multi-doc.test | ||
yaml2obj-elf-bits-endian.test | ||
yaml2obj-elf-file-headers-with-e_flags.yaml | ||
yaml2obj-elf-file-headers.yaml | ||
yaml2obj-elf-multi-doc.test | ||
yaml2obj-elf-rel-noref.yaml | ||
yaml2obj-elf-rel.yaml | ||
yaml2obj-elf-section-basic.yaml | ||
yaml2obj-elf-section-invalid-size.yaml | ||
yaml2obj-elf-symbol-basic.yaml | ||
yaml2obj-elf-symbol-LocalGlobalWeak.yaml | ||
yaml2obj-elf-symbol-visibility.yaml | ||
yaml2obj-readobj.test |