Bug 29744 - Please Provide the libelf.h standard and source documents
Summary: Please Provide the libelf.h standard and source documents
Status: RESOLVED NOTABUG
Alias: None
Product: elfutils
Classification: Unclassified
Component: libelf (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-03 03:36 UTC by lin zhuorong
Modified: 2023-10-06 12:21 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lin zhuorong 2022-11-03 03:36:18 UTC
The elf.h file defines standard ELF types, structures, and macros.
gelf.h file defines generic ELF types, structures, and macros.

Could you please provide the standard and source documents
Comment 1 Mark Wielaard 2023-10-06 12:21:45 UTC
elf.h comes from the glibc project:
https://sourceware.org/cgit/glibc/tree/elf/elf.h

gelf.h is part of the libelf api which is a common library implementation shared between various unix-like system. It doesn't have a formal standard but the implementers (elfutils GNU/Linux, Solaris, BSDs, etc) coordinate any extensions.