Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn()
525 size_t oldgrpid = oldp->file->scninfo[oldp->scndx].grpid; in matching_group_comdat_scn()
680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition()
685 scnname = ebl_section_name (ld_state.ebl, oldp->scndx, oldp->scndx, in check_definition()
745 oldp->scndx = shndx; in check_definition()
1431 newp->scndx = shndx; in add_relocatable_file()
1543 newp->scndx = shndx; in add_relocatable_file()
1545 newp->defined = newp->scndx != SHN_UNDEF; in add_relocatable_file()
1546 newp->common = newp->scndx == SHN_COMMON; in add_relocatable_file()
1561 if (newp->scndx == SHN_UNDEF) in add_relocatable_file()
[all …]
Dld.h432 size_t scndx; member