Searched refs:SHN_COMMON (Results 1 - 20 of 20) sorted by path

/external/chromium_org/third_party/libvpx/include/
H A Delf.h325 #define SHN_COMMON 0xfff2 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c249 return elf_objfmt_symtab_append(objfmt_elf, sym, SHN_COMMON, STB_GLOBAL,
H A Delf.h171 SHN_COMMON = 0xfff2, /* associated symbols refer to unallocated */ enumerator in enum:__anon16347
/external/elfutils/0.153/libasm/
H A Dasm_end.c214 ndx = SHN_COMMON;
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsym.c97 case SHN_COMMON:
H A Drelocate.c196 case SHN_COMMON:
257 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
366 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON))
/external/elfutils/0.153/libebl/
H A Deblsectionname.c78 else if (section == SHN_COMMON)
/external/elfutils/0.153/libelf/
H A Delf.h314 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro
/external/elfutils/0.153/src/
H A Delflint.c715 && sym->st_shndx != SHN_COMMON)
742 if (xndx == SHN_COMMON)
H A Dldgeneric.c602 || (shndx != SHN_COMMON && oldp->common && ! new_in_dso)
642 && shndx != SHN_COMMON
724 else if (oldp->common && shndx == SHN_COMMON)
758 oldp->common = shndx == SHN_COMMON;
766 if (shndx != SHN_COMMON && shndx != SHN_ABS)
788 else if (shndx == SHN_COMMON)
1554 newp->common = newp->scndx == SHN_COMMON;
1576 else if (newp->scndx == SHN_COMMON)
5314 else if (sym->st_shndx == SHN_COMMON || sym->st_shndx == SHN_UNDEF)
5323 assert (sym->st_shndx != SHN_COMMON || def
[all...]
/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.h255 case ELF::SHN_COMMON:
283 if (Sym->st_shndx == ELF::SHN_COMMON)
352 EF.getSymbolTableIndex(ESym) == ELF::SHN_COMMON)
/external/llvm/include/llvm/Support/
H A DELF.h1255 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator in enum:llvm::ELF::__anon25595
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp589 // SHN_COMMON.
1037 MSD.SectionIndex = ELF::SHN_COMMON;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp152 } else if (SectionIndex == SHN_COMMON) {
/external/qemu/include/
H A Delf.h1347 #define SHN_COMMON 0xfff2 macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c1219 if (secno == SHN_COMMON) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c1057 if (secno == SHN_COMMON) {
/external/valgrind/main/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 1369 milliseconds