/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 245 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections() 260 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 263 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | module-plts.c | 240 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections() 255 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 258 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | module-plts.c | 326 Elf64_Rela *rels = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local 341 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections() 344 sort(rels, nents, sizeof(Elf64_Rela), cmp_rela, NULL); in module_frob_arch_sections() 347 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 350 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | module-plts.c | 316 Elf64_Rela *rels = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local 331 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections() 334 sort(rels, nents, sizeof(Elf64_Rela), cmp_rela, NULL); in module_frob_arch_sections() 337 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 340 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
/third_party/node/deps/npm/lib/utils/ |
H A D | sbom-spdx.js | 41 const rels = [...node.edgesOut.values()] 47 relationships.push(...rels)
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | module.c | 452 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 458 gots += count_gots(rels, numrels); in module_frob_arch_sections() 459 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections() 461 init_plts += count_plts(rels, numrels); in module_frob_arch_sections() 463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 312 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local 313 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() 328 gots += count_gots(rels, nrels); in module_frob_arch_sections() 329 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections() 334 count = count_stubs(rels, nrels); in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | module.c | 452 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 458 gots += count_gots(rels, numrels); in module_frob_arch_sections() 459 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections() 461 init_plts += count_plts(rels, numrels); in module_frob_arch_sections() 463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 294 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local 295 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() 310 gots += count_gots(rels, nrels); in module_frob_arch_sections() 311 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections() 316 count = count_stubs(rels, nrels); in module_frob_arch_sections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 180 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const { in rels() function in llvm::object::ELFFile
|