| ELF_GETSHDRSTRNDX(3) | Library Functions Manual | ELF_GETSHDRSTRNDX(3) | 
elf_getshdrstrndx —
#include <libelf.h>
int
  
  elf_getshdrstrndx(Elf
    *elf, size_t
    *ndxptr);
elf_getshdrstrndx() 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.
This function 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.3 |