Add -j/--display-section option to readelf.

This commit is contained in:
Nick Clifton
2024-04-11 15:57:26 +01:00
parent 31c21e2c13
commit 8e8d0b63ff
6 changed files with 287 additions and 133 deletions

View File

@@ -28,6 +28,7 @@
extern void error (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void (*byte_put) (unsigned char *, uint64_t, unsigned int);
extern void byte_put_little_endian (unsigned char *, uint64_t, unsigned int);