/external/elfutils/libebl/ |
D | eblsectionname.c | 51 else if (section == SHN_COMMON) in ebl_section_name()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 188 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()
|
D | dwfl_module_getsym.c | 152 case SHN_COMMON: in __libdwfl_getsym()
|
D | ChangeLog | 1530 * relocate.c (relocate_getsym): For SHN_COMMON, zero st_value. 1531 (relocate_section): Let unresolved SHN_COMMON symbol stay 0.
|
/external/elfutils/tests/ |
D | asm-tst7.c | 144 if (sym->st_shndx != SHN_COMMON) in main()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 223 #define SHN_COMMON 0xfff2 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 299 #define SHN_COMMON 0xfff2 macro
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 405 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()
|
D | ELFTypes.h | 243 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
|
/external/elfutils/src/ |
D | ldgeneric.c | 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 …]
|
D | elflint.c | 721 && sym->st_shndx != SHN_COMMON) in check_symtab() 748 if (xndx == SHN_COMMON) in check_symtab()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 462 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/ |
D | asm_end.c | 217 ndx = SHN_COMMON; in binary_end()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 695 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 658 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
|
/external/syslinux/com32/tools/ |
D | relocs.c | 212 else if (shndx == SHN_COMMON) { in sec_name()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 381 GblSym->SectionIdx = ELF::SHN_COMMON; in EmitGlobal()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 1057 if (secno == SHN_COMMON) { in ocGetNames_ELF()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 1219 if (secno == SHN_COMMON) {
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 816 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
|
/external/elfutils/libelf/ |
D | elf.h | 314 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
|
/external/kmod/port-gnu/ |
D | elf.h | 313 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 607 MSD.SectionIndex = ELF::SHN_COMMON; in ComputeSymbolTable()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2737 case ELF::SHN_COMMON: in getSymbolSectionNdx()
|
/external/valgrind/perf/ |
D | tinycc.c | 335 #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()
|