Searched refs:SHN_COMMON (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libebl/
H A Deblsectionname.c51 else if (section == SHN_COMMON)
/external/elfutils/tests/
H A Dasm-tst7.c144 if (sym->st_shndx != SHN_COMMON)
/external/elfutils/libdwfl/
H A Drelocate.c188 case SHN_COMMON:
275 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
366 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON))
H A Ddwfl_module_getsym.c152 case SHN_COMMON:
/external/kernel-headers/original/uapi/linux/
H A Delf.h296 #define SHN_COMMON 0xfff2 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp287 ENUM_TO_CSTR(SHN_COMMON);
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h397 case ELF::SHN_COMMON:
422 if (Sym->st_shndx == ELF::SHN_COMMON)
501 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON)
H A DELFTypes.h192 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/external/elfutils/src/
H A Dldgeneric.c594 || (shndx != SHN_COMMON && oldp->common && ! new_in_dso)
634 && shndx != SHN_COMMON
716 else if (oldp->common && shndx == SHN_COMMON)
750 oldp->common = shndx == SHN_COMMON;
758 if (shndx != SHN_COMMON && shndx != SHN_ABS)
780 else if (shndx == SHN_COMMON)
1546 newp->common = newp->scndx == SHN_COMMON;
1568 else if (newp->scndx == SHN_COMMON)
5306 else if (sym->st_shndx == SHN_COMMON || sym->st_shndx == SHN_UNDEF)
5315 assert (sym->st_shndx != SHN_COMMON || def
[all...]
H A Delflint.c721 && sym->st_shndx != SHN_COMMON)
748 if (xndx == SHN_COMMON)
/external/elfutils/libasm/
H A Dasm_end.c217 ndx = SHN_COMMON;
/external/llvm/include/llvm/Support/
H A DELF.h636 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator in enum:llvm::ELF::__anon12036
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp457 // SHN_COMMON.
810 MSD.SectionIndex = ELF::SHN_COMMON;
/external/valgrind/VEX/switchback/
H A Dlinker.c1219 if (secno == SHN_COMMON) {
/external/valgrind/VEX/unused/
H A Dlinker.c1057 if (secno == SHN_COMMON) {
/external/elfutils/libelf/
H A Delf.h314 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
/external/valgrind/perf/
H A Dtinycc.c335 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
14394 must play with the SHN_COMMON type of the symbol */
14452 esym->st_shndx = SHN_COMMON;
18495 if (sym->st_shndx == SHN_COMMON) {

Completed in 616 milliseconds