Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c51 else if (section == SHN_COMMON) in ebl_section_name()
/external/elfutils/libdwfl/
Drelocate.c188 case SHN_COMMON: in relocate_getsym()
275 if (shndx == SHN_UNDEF || shndx == SHN_COMMON in resolve_symbol()
361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON) in relocate()
366 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON)) in relocate()
Ddwfl_module_getsym.c152 case SHN_COMMON: in __libdwfl_getsym()
DChangeLog1530 * relocate.c (relocate_getsym): For SHN_COMMON, zero st_value.
1531 (relocate_section): Let unresolved SHN_COMMON symbol stay 0.
/external/elfutils/tests/
Dasm-tst7.c144 if (sym->st_shndx != SHN_COMMON) in main()
/external/syslinux/com32/include/sys/
Delfcommon.h223 #define SHN_COMMON 0xfff2 macro
/external/kernel-headers/original/uapi/linux/
Delf.h299 #define SHN_COMMON 0xfff2 macro
/external/llvm/include/llvm/Object/
DELFObjectFile.h405 case ELF::SHN_COMMON: in getSymbolAddress()
430 if (Sym->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()
520 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
DELFTypes.h243 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/external/elfutils/src/
Dldgeneric.c594 || (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 …]
Delflint.c721 && sym->st_shndx != SHN_COMMON) in check_symtab()
748 if (xndx == SHN_COMMON) in check_symtab()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp462 case ELF::SHN_COMMON: in getSymbolOffset()
496 case ELF::SHN_COMMON: // Fall through. in getSymbolAddress()
572 case ELF::SHN_COMMON: ret = 'c'; break; in getSymbolNMTypeChar()
/external/elfutils/libasm/
Dasm_end.c217 ndx = SHN_COMMON; in binary_end()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h695 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/external/llvm/include/llvm/Support/
DELF.h658 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h659 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/external/syslinux/com32/tools/
Drelocs.c212 else if (shndx == SHN_COMMON) { in sec_name()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp381 GblSym->SectionIdx = ELF::SHN_COMMON; in EmitGlobal()
/external/llvm/lib/MC/
DELFObjectWriter.cpp816 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
/external/kmod/port-gnu/
Delf.h313 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
/external/elfutils/libelf/
Delf.h314 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp607 MSD.SectionIndex = ELF::SHN_COMMON; in ComputeSymbolTable()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2737 case ELF::SHN_COMMON: in getSymbolSectionNdx()
/external/valgrind/perf/
Dtinycc.c335 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
14450 esym->st_shndx = SHN_COMMON; in decl_initializer_alloc()
18493 if (sym->st_shndx == SHN_COMMON) { in relocate_common_syms()