/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 334 Elf_Xword tmp = convertor( pEntry->r_info ); in generic_get_entry_rel() 354 Elf_Xword tmp = convertor( pEntry->r_info ); in generic_get_entry_rela() 375 pEntry->r_info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rel() 378 pEntry->r_info = ELF64_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rel() 382 pEntry->r_info = convertor( pEntry->r_info ); in generic_set_entry_rel() 400 pEntry->r_info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rela() 403 pEntry->r_info = ELF64_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rela() 408 pEntry->r_info = convertor( pEntry->r_info ); in generic_set_entry_rela() 420 entry.r_info = decltype( entry.r_info )( info ); in generic_add_entry() 422 entry.r_info = convertor( entry.r_info ); in generic_add_entry() [all …]
|
/third_party/elfutils/libelf/ |
D | gelf_update_rel.c | 67 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff) in gelf_update_rel() 68 || unlikely (GELF_R_TYPE (src->r_info) > 0xff)) in gelf_update_rel() 84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rel() 85 GELF_R_TYPE (src->r_info)); in gelf_update_rel()
|
D | gelf_update_rela.c | 67 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff) in gelf_update_rela() 68 || unlikely (GELF_R_TYPE (src->r_info) > 0xff) in gelf_update_rela() 86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rela() 87 GELF_R_TYPE (src->r_info)); in gelf_update_rela()
|
D | gelf_getrel.c | 76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrel() 77 ELF32_R_TYPE (src->r_info)); in gelf_getrel()
|
D | gelf_getrela.c | 76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrela() 77 ELF32_R_TYPE (src->r_info)); in gelf_getrela()
|
D | abstract.h | 139 TYPE_NAME (ElfW2(32, Ext##Word), r_info) \ 144 TYPE_NAME (ElfW2(64, Ext##Xword), r_info) \ 150 TYPE_NAME (ElfW2(32, Ext##Word), r_info) \ 156 TYPE_NAME (ElfW2(64, Ext##Xword), r_info) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 923 Elf32_Word r_info; // Symbol table index and type of relocation to apply member 927 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() 928 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType() 932 r_info = (s << 8) + t; in setSymbolAndType() 939 Elf32_Word r_info; // Symbol table index and type of relocation to apply member 944 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() 945 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType() 949 r_info = (s << 8) + t; in setSymbolAndType() 956 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member 960 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1088 Elf32_Word r_info; // Symbol table index and type of relocation to apply member 1092 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() 1093 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType() 1097 r_info = (s << 8) + t; in setSymbolAndType() 1104 Elf32_Word r_info; // Symbol table index and type of relocation to apply member 1109 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() 1110 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType() 1114 r_info = (s << 8) + t; in setSymbolAndType() 1124 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member 1128 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() [all …]
|
/third_party/elfutils/src/ |
D | objdump.c | 346 GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) in show_relocs_x() argument 353 ebl_reloc_type_name (ebl, GELF_R_TYPE (r_info), buf, sizeof (buf))); in show_relocs_x() 357 GElf_Sym *sym = gelf_getsymshndx (symdata, xndxdata, GELF_R_SYM (r_info), in show_relocs_x() 362 _("INVALID SYMBOL"), (long int) GELF_R_SYM (r_info)); in show_relocs_x() 415 rel->r_offset, rel->r_info, 0); in show_relocs_rel() 436 rel->r_offset, rel->r_info, rel->r_addend); in show_relocs_rela()
|
D | elfcmp.c | 783 if ((int) GELF_R_SYM (rel->r_info) == symndx in search_for_copy_reloc() 784 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rel->r_info))) in search_for_copy_reloc() 797 if ((int) GELF_R_SYM (rela->r_info) == symndx in search_for_copy_reloc() 798 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rela->r_info))) in search_for_copy_reloc()
|
D | strip.c | 661 rtype = GELF_R_TYPE (r->r_info); in remove_debug_relocations() 662 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations() 672 rtype = GELF_R_TYPE (r->r_info); in remove_debug_relocations() 673 symndx = GELF_R_SYM (r->r_info); in remove_debug_relocations() 2224 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() 2228 rel_mem.r_info in handle_elf() 2230 GELF_R_TYPE (rel_mem.r_info)); in handle_elf() 2243 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() 2247 rel_mem.r_info in handle_elf() 2249 GELF_R_TYPE (rel_mem.r_info)); in handle_elf()
|
D | elflint.c | 1153 GELF_R_TYPE (rel->r_info))) in is_rel_dyn() 1206 GELF_R_TYPE (rela->r_info))) in is_rel_dyn() 1373 GElf_Addr r_offset, GElf_Xword r_info, in check_one_reloc() argument 1379 if (!ebl_reloc_type_check (ebl, GELF_R_TYPE (r_info))) in check_one_reloc() 1387 && !ebl_reloc_valid_use (ebl, GELF_R_TYPE (r_info))) in check_one_reloc() 1393 && ((GELF_R_SYM (r_info) + 1) in check_one_reloc() 1401 if (ebl_none_reloc_p (ebl, GELF_R_TYPE (r_info))) in check_one_reloc() 1404 if (ebl_gotpc_reloc_check (ebl, GELF_R_TYPE (r_info))) in check_one_reloc() 1409 GElf_Sym *sym = gelf_getsym (symdata, GELF_R_SYM (r_info), &sym_mem); in check_one_reloc() 1417 ebl_reloc_type_name (ebl, GELF_R_SYM (r_info), in check_one_reloc() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 363 Elf_Word r_info; // Symbol table index and type of relocation to apply 367 return r_info; 371 r_info = R; 406 Elf_Xword r_info; // Symbol table index and type of relocation to apply 409 uint64_t t = r_info; 421 r_info = (R >> 32) | ((R & 0xff000000) << 8) | ((R & 0x00ff0000) << 24) | 424 r_info = R;
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 124 Elf32_Word r_info; /* Relocation type and symbol index. */ member 130 Elf32_Word r_info; /* Relocation type and symbol index. */ member
|
D | freebsd-elf64.h | 137 Elf64_Xword r_info; /* Relocation type and symbol index. */ member 143 Elf64_Xword r_info; /* Relocation type and symbol index. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 124 Elf32_Word r_info; /* Relocation type and symbol index. */ member 130 Elf32_Word r_info; /* Relocation type and symbol index. */ member
|
D | freebsd-elf64.h | 137 Elf64_Xword r_info; /* Relocation type and symbol index. */ member 143 Elf64_Xword r_info; /* Relocation type and symbol index. */ member
|
/third_party/elfutils/libdwfl/ |
D | relocate.c | 638 GELF_R_TYPE (r->r_info), in relocate_section() 639 GELF_R_SYM (r->r_info)); in relocate_section() 669 GELF_R_TYPE (r->r_info), in relocate_section() 670 GELF_R_SYM (r->r_info)); in relocate_section() 715 if (r->r_info != 0 || r->r_offset != 0) in relocate_section() 730 if (r->r_info != 0 || r->r_offset != 0 || r->r_addend != 0) in relocate_section()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 834 Elf_Word r_info; member 840 Elf_Word r_info; member 847 Elf_Xword r_info; member 853 Elf_Xword r_info; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 911 const VkPipelineRenderingCreateInfo *r_info = in vk_render_pass_state_init() local 914 if (r_info == NULL) in vk_render_pass_state_init() 917 rp->view_mask = r_info->viewMask; in vk_render_pass_state_init() 941 assert(r_info->colorAttachmentCount <= MESA_VK_MAX_COLOR_ATTACHMENTS); in vk_render_pass_state_init() 942 rp->color_attachment_count = r_info->colorAttachmentCount; in vk_render_pass_state_init() 943 for (uint32_t i = 0; i < r_info->colorAttachmentCount; i++) { in vk_render_pass_state_init() 944 rp->color_attachment_formats[i] = r_info->pColorAttachmentFormats[i]; in vk_render_pass_state_init() 945 if (r_info->pColorAttachmentFormats[i] != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init() 949 rp->depth_attachment_format = r_info->depthAttachmentFormat; in vk_render_pass_state_init() 950 if (r_info->depthAttachmentFormat != VK_FORMAT_UNDEFINED) in vk_render_pass_state_init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 378 Str.writeELFXword<IsELF64>(Rela.r_info); in writeData() 385 Str.writeELFWord<IsELF64>(Rel.r_info); in writeData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 304 Rela.r_info = 0; in decode_relrs() 413 R.r_info = GroupedByInfo ? GroupRInfo : ReadSLEB(); in android_relas()
|
/third_party/libbpf/src/ |
D | linker.c | 887 size_t sym_idx = ELF64_R_SYM(relo->r_info); in linker_sanity_check_elf_relos() 888 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() 2052 size_t src_sym_idx = ELF64_R_SYM(src_rel->r_info); in linker_append_elf_relos() 2053 size_t sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos() 2057 src_sym_idx = ELF64_R_SYM(src_rel->r_info); in linker_append_elf_relos() 2063 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos() 2064 dst_rel->r_info = ELF64_R_INFO(dst_sym_idx, sym_type); in linker_append_elf_relos()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 536 Elf32_Word r_info; member 541 Elf64_Xword r_info; member 548 Elf32_Word r_info; member 554 Elf64_Xword r_info; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 535 Elf32_Word r_info; member 540 Elf64_Xword r_info; member 547 Elf32_Word r_info; member 553 Elf64_Xword r_info; member
|