/third_party/elfio/elfio/ |
H A 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() [all...] |
H A D | elf_types.hpp | 1225 Elf_Word r_info; member 1231 Elf_Word r_info; member 1238 Elf_Xword r_info; member 1244 Elf_Xword r_info; member
|
/third_party/elfutils/libelf/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/ |
H A 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 >> 3 972 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. global() member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A 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 >> 3 1140 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. global() member [all...] |
/third_party/elfutils/libdwfl/ |
H A 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/elfutils/src/ |
H A D | objdump.c | 346 GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) in show_relocs_x() 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() 344 show_relocs_x(Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata, Elf_Data *xndxdata, size_t symstrndx, size_t shstrndx, GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) show_relocs_x() argument
|
H A 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()
|
H A 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() [all...] |
H A 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() 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() 1371 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) check_one_reloc() argument [all...] |
H A D | readelf.c | 2129 GELF_R_SYM (rel->r_info), in handle_relocs_rel() 2162 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info)) in handle_relocs_rel() 2165 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info), in handle_relocs_rel() 2173 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info)) in handle_relocs_rel() 2176 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info), in handle_relocs_rel() 2180 (long int) GELF_R_SYM (rel->r_info)); in handle_relocs_rel() 2186 GELF_R_TYPE (rel->r_info))) in handle_relocs_rel() 2189 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info), in handle_relocs_rel() 2207 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info)) in handle_relocs_rel() 2210 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info), in handle_relocs_rel() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A 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; 412 // Mips64 little endian has a "special" encoding of r_info. Instead of one 421 r_info = (R >> 32) | ((R & 0xff000000) << 8) | ((R & 0x00ff0000) << 24) | 424 r_info = R;
|
/third_party/elfio/c_wrapper/ |
H A 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/ |
H A 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 in vk_render_pass_state_init() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 304 Rela.r_info = 0; in decode_relrs() 413 R.r_info = GroupedByInfo ? GroupRInfo : ReadSLEB(); in android_relas()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 378 Str.writeELFXword<IsELF64>(Rela.r_info); in writeData() 385 Str.writeELFWord<IsELF64>(Rel.r_info); in writeData()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.c | 653 size_t r_sym = ELF64_R_SYM(rel->r_info); in apply_relocs() 654 unsigned r_type = ELF64_R_TYPE(rel->r_info); in apply_relocs()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 537 Elf32_Word r_info; member 542 Elf64_Xword r_info; member 549 Elf32_Word r_info; member 555 Elf64_Xword r_info; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A 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
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A 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
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A 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
|