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.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |