Page MenuHomeFreeBSD

elf_common.h: Add STO_AARCH64_VARIANT_PCS
ClosedPublic

Authored by andrew on Fri, Apr 19, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 11:21 AM
Unknown Object (File)
Fri, Apr 26, 3:16 AM
Unknown Object (File)
Thu, Apr 25, 11:47 PM
Unknown Object (File)
Thu, Apr 25, 1:50 PM
Unknown Object (File)
Thu, Apr 25, 1:50 PM
Unknown Object (File)
Thu, Apr 25, 7:14 AM
Unknown Object (File)
Sat, Apr 20, 5:07 PM
Unknown Object (File)
Sat, Apr 20, 3:14 PM
Subscribers

Details

Summary

This is used to mark symbols that use a variant procedure call with
a different calling convention to the main ABI.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Fri, Apr 19, 3:41 PM

Do we need to add support to e.g. ELF Tool Chain readelf and nm to decode these values?

Do we need to add support to e.g. ELF Tool Chain readelf and nm to decode these values?

It looks like binutils adds [VARIANT_PCS] to symbols with this flag, e.g.

97: 0000000000000000 0 FUNC GLOBAL DEFAULT [VARIANT_PCS] UND variant_pcs_test

This revision was automatically updated to reflect the committed changes.