Home | History | Annotate | Download | only in src

Lines Matching defs:ndx

395       size_t ndx = GELF_R_SYM (*info);
396 if (ndx != STN_UNDEF)
397 *info = GELF_R_INFO (map[ndx - 1], GELF_R_TYPE (*info));
910 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab)
914 ndx, elf_errmsg (-1));
1033 sec->scn = elf_getscn (main, i + 1); /* Really just for ndx. */
1316 const size_t ndx = elf_ndxscn (scn);
1317 if (ndx == unstripped_shstrndx)
1320 const char *name = get_section_name (ndx, shdr, shstrtab);