Lines Matching defs:ndx
439 size_t ndx = GELF_R_SYM (*info);
440 if (ndx != STN_UNDEF)
442 if (ndx > map_size)
443 error_exit (0, "bad symbol ndx section");
444 *info = GELF_R_INFO (map[ndx - 1], GELF_R_TYPE (*info));
1024 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab)
1028 ndx, elf_errmsg (-1));
1206 sec->scn = elf_getscn (main, i + 1); /* Really just for ndx. */
1481 const size_t ndx = elf_ndxscn (scn);
1482 if (ndx == unstripped_shstrndx || ndx == unstripped_strndx)
1485 const char *name = get_section_name (ndx, shdr, shstrtab);