Home
last modified time | relevance | path

Searched refs:Elf_Vernaux (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_symver.c45 #define Elf_Vernaux Elf32_Vernaux macro
113 Elf_Vernaux *vna; in ld_symver_create_verneed_section()
191 sz += sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
231 svn->svn_cnt * sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
239 vna = (Elf_Vernaux *) (uintptr_t) buf2; in ld_symver_create_verneed_section()
244 vna->vna_next = sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
245 buf2 += sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
665 Elf_Vernaux *vna; in _load_verneed_section()
692 while (buf2 + sizeof(Elf_Vernaux) <= end && i < vn->vn_cnt) { in _load_verneed_section()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_symver.c45 #define Elf_Vernaux Elf32_Vernaux macro
113 Elf_Vernaux *vna; in ld_symver_create_verneed_section()
191 sz += sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
231 svn->svn_cnt * sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
239 vna = (Elf_Vernaux *) (uintptr_t) buf2; in ld_symver_create_verneed_section()
244 vna->vna_next = sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
245 buf2 += sizeof(Elf_Vernaux); in ld_symver_create_verneed_section()
665 Elf_Vernaux *vna; in _load_verneed_section()
692 while (buf2 + sizeof(Elf_Vernaux) <= end && i < vn->vn_cnt) { in _load_verneed_section()
/dports/devel/llvm90/llvm-9.0.1.src/tools/yaml2obj/
H A Dyaml2elf.cpp822 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
837 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
845 Elf_Vernaux VernAux; in writeSectionContent()
853 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
854 OS.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
859 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/elf/
H A Dgnuversions.py135 elffile.structs.Elf_Verneed, elffile.structs.Elf_Vernaux)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/elf/
H A Dgnuversions.py136 elffile.structs.Elf_Verneed, elffile.structs.Elf_Vernaux)
H A Dstructs.py226 self.Elf_Vernaux = Struct('Elf_Vernaux',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/elf/
H A Dgnuversions.py136 elffile.structs.Elf_Verneed, elffile.structs.Elf_Vernaux)
H A Dstructs.py226 self.Elf_Vernaux = Struct('Elf_Vernaux',
/dports/devel/llvm10/llvm-10.0.1.src/lib/ObjectYAML/
H A DELFEmitter.cpp1066 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1090 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1098 Elf_Vernaux VernAux; in writeSectionContent()
1106 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1107 OS.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1112 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1066 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1090 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1098 Elf_Vernaux VernAux; in writeSectionContent()
1106 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1107 OS.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1112 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1066 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1090 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1098 Elf_Vernaux VernAux; in writeSectionContent()
1106 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1107 OS.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1112 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/devel/llvm90/llvm-9.0.1.src/tools/obj2yaml/
H A Delf2yaml.cpp564 typedef typename ELFT::Vernaux Elf_Vernaux; in dumpVerneedSection() typedef
596 const Elf_Vernaux *Vernaux = in dumpVerneedSection()
597 reinterpret_cast<const Elf_Vernaux *>(BufAux); in dumpVerneedSection()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dexec_elf.h1083 #define Elf_Vernaux Elf32_Vernaux macro
1109 #define Elf_Vernaux Elf64_Vernaux macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1489 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1512 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1520 Elf_Vernaux VernAux; in writeSectionContent()
1528 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1529 CBA.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1534 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ObjectYAML/
H A DELFEmitter.cpp1489 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1512 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1520 Elf_Vernaux VernAux; in writeSectionContent()
1528 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1529 CBA.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1534 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1526 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1544 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1552 Elf_Vernaux VernAux; in writeSectionContent()
1560 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1561 CBA.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1566 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DELF.h1018 if (VernauxBuf + sizeof(Elf_Vernaux) > End)
1025 const Elf_Vernaux *Vernaux =
1026 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Object/
H A DELF.h1018 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1025 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1026 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DELF.h1013 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1020 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1021 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Object/
H A DELF.h1018 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1025 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1026 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Object/
H A DELF.h1014 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1021 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1022 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DELF.h1018 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1025 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1026 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DELF.h1013 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1020 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1021 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DELF.h1018 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
1025 const Elf_Vernaux *Vernaux = in getVersionDependencies()
1026 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1539 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1547 Elf_Vernaux VernAux; in writeSectionContent()
1555 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1556 CBA.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1561 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()

12345