mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
89e0b77636
`PAddr` corresponds to `p_paddr` of a program header, which is the segment's physical address for systems in which physical addressing is relevant. `p_paddr` is often equal to `p_vaddr`, which is the virtual address of a segment. This patch changes the default for `PAddr` from 0 to a value of `VAddr`. Differential revision: https://reviews.llvm.org/D76131 |
||
---|---|---|
.. | ||
Inputs | ||
binary-read-add-soname.test | ||
binary-read-arch.test | ||
binary-read-bad-soname.test | ||
binary-read-bad-vaddr.test | ||
binary-read-neededlibs-bad-offset.test | ||
binary-read-neededlibs.test | ||
binary-read-no-dt-strsz.test | ||
binary-read-no-dt-strtab.test | ||
binary-read-no-dynamic.test | ||
binary-read-replace-soname.test | ||
binary-read-soname-no-null.test | ||
binary-read-soname.test | ||
binary-read-syms-gnu-hash.test | ||
binary-read-syms-sysv-hash.test | ||
fail-file-open.test | ||
read-tbe-as-elf.test | ||
read-tbe-as-tbe.test | ||
read-unsupported-file.test | ||
tbe-emits-current-version.test | ||
tbe-read-basic.test |