Main index | Section 3 | Options |
#include <libelf.h>
Function elf_getshstrndx() retrieves the section index of the string table containing section names from descriptor elf and stores it into the location pointed to by argument ndxptr.
Function elf_setshstrndx() sets the index of the section name string table to argument ndx.
These routines allow applications to process both normal ELF objects and ELF objects that use extended section numbering uniformly.
[ELF_E_ARGUMENT] | |
A NULL value was passed in for argument elf. | |
[ELF_E_ARGUMENT] | |
Argument elf was not for an ELF file. | |
[ELF_E_ARGUMENT] | |
Argument elf lacks an ELF Executable header. | |
[ELF_E_ARGUMENT] | |
Argument ndx contained a value in the reserved range of section indices. | |
ELF_GETSHSTRNDX (3) | July 25, 2018 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | I'm not interested in developing a powerful brain. All I'm after is just a mediocre brain, something like the President of the American Telephone and Telegraph Company. | ” |
— Alan Turing |