|
From: <jk...@us...> - 2025-11-05 17:27:26
|
Revision: 4263
http://sourceforge.net/p/elftoolchain/code/4263
Author: jkoshy
Date: 2025-11-05 17:27:23 +0000 (Wed, 05 Nov 2025)
Log Message:
-----------
common: Refactor the ELF{32,64}_ST_*() macros.
Define ELF class-agnostic ELF_ST_*() macros for accessing the
'st_info' and 'st_other' fields of Elf##_Sym structures, and use
the class-agnostic definitions to implement the class-specific
ELF{32,64}_ST_*() macros.
The class-agnostic ELF_ST_*() macros should help improve the
succinctness of code fragments dealing with these fields that
are otherwise ELF class-agnostic.
Modified Paths:
--------------
trunk/common/sys/elfdefinitions.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|