Home
last modified time | relevance | path

Searched refs:scndx (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dldgeneric.c694 oldp->scndx = sym->st_shndx; in check_definition()
1279 newp->scndx = shndx; in add_relocatable_file()
1385 newp->scndx = shndx; in add_relocatable_file()
1387 newp->defined = newp->scndx != SHN_UNDEF; in add_relocatable_file()
1388 newp->common = newp->scndx == SHN_COMMON; in add_relocatable_file()
1401 if (newp->scndx == SHN_UNDEF) in add_relocatable_file()
1408 else if (newp->scndx == SHN_COMMON) in add_relocatable_file()
2557 XElf_Off symalign = MAX (SCNINFO_SHDR (runp->file->scninfo[runp->scndx].shdr).sh_addralign, 1); in compute_copy_reloc_offset()
4175 locdata = elf_rawdata (file->scninfo[symrunp->scndx].scn, in ld_generic_create_outfile()
4183 file->scninfo[symrunp->scndx].outscnndx = head->scnidx; in ld_generic_create_outfile()
[all …]
Dld.h413 size_t scndx; member