| ELF_GETSHSTRNDX(3) | Library Functions Manual | ELF_GETSHSTRNDX(3) | 
elf_getshstrndx, elf_setshstrndx
  —
#include <libelf.h>
int
  
  elf_getshstrndx(Elf
    *elf, size_t
    *ndxptr);
int
  
  elf_setshstrndx(Elf
    *elf, size_t
  ndx);
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_getshstrndx() is deprecated. Please use
  elf_getshdrstrndx(3)
  instead.
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]ELF_E_ARGUMENT]ELF_E_ARGUMENT]ELF_E_ARGUMENT]| August 5, 2009 | NetBSD 9.4 |