Searched refs:SHN_COMMON (Results 1 – 18 of 18) sorted by relevance
179 case SHN_COMMON: in relocate_getsym()241 if (shndx == SHN_UNDEF || shndx == SHN_COMMON in resolve_symbol()386 if (shndx == SHN_UNDEF || shndx == SHN_COMMON) in relocate_section()391 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON)) in relocate_section()
152 case SHN_COMMON: in __libdwfl_getsym()
1181 * relocate.c (relocate_getsym): For SHN_COMMON, zero st_value.1182 (relocate_section): Let unresolved SHN_COMMON symbol stay 0.
57 else if (section == SHN_COMMON)
144 if (sym->st_shndx != SHN_COMMON) in main()
296 #define SHN_COMMON 0xfff2 macro
287 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
298 case ELF::SHN_COMMON: in getSymbolAddress()330 if (Sym->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()406 EF.getSymbolTableIndex(ESym) == ELF::SHN_COMMON) in getSymbolFlags()
594 || (shndx != SHN_COMMON && oldp->common && ! new_in_dso) in check_definition()634 && shndx != SHN_COMMON in check_definition()716 else if (oldp->common && shndx == SHN_COMMON) in check_definition()750 oldp->common = shndx == SHN_COMMON; in check_definition()758 if (shndx != SHN_COMMON && shndx != SHN_ABS) in check_definition()780 else if (shndx == SHN_COMMON) in check_definition()1546 newp->common = newp->scndx == SHN_COMMON; in add_relocatable_file()1568 else if (newp->scndx == SHN_COMMON) in add_relocatable_file()5306 else if (sym->st_shndx == SHN_COMMON || sym->st_shndx == SHN_UNDEF) in ld_generic_create_outfile()5315 assert (sym->st_shndx != SHN_COMMON || defp->defined); in ld_generic_create_outfile()[all …]
718 && sym->st_shndx != SHN_COMMON) in check_symtab()745 if (xndx == SHN_COMMON) in check_symtab()
217 ndx = SHN_COMMON; in binary_end()
577 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
1057 if (secno == SHN_COMMON) { in ocGetNames_ELF()
1219 if (secno == SHN_COMMON) {
152 } else if (SectionIndex == SHN_COMMON) { in getSectionNameIndex()
313 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
1009 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
335 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro14450 esym->st_shndx = SHN_COMMON; in decl_initializer_alloc()18493 if (sym->st_shndx == SHN_COMMON) { in relocate_common_syms()