/third_party/elfio/elfio/ |
H A D | elfio_relocation.hpp | 102 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 112 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 204 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry() 214 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry()
|
H A D | elfio.hpp | 279 case SHT_RELA:
|
/third_party/elfutils/libebl/ |
H A D | eblsectionstripp.c | 49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
|
/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
|
H A D | elf_getdata.c | 55 [SHT_RELA] = ELF_T_RELA,
|
H A D | elf32_updatenull.c | 227 case SHT_RELA: in __elfw2()
|
/third_party/elfutils/src/ |
H A D | findtextrel.c | 390 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file() 428 else if (shdr->sh_type == SHT_RELA) in process_file()
|
H A D | unstrip.c | 472 case SHT_RELA: in adjust_relocs() 971 if (sh_type == SHT_REL || sh_type == SHT_RELA) in sections_flags_match() 1286 || (sec->shdr.sh_type == SHT_RELA in find_alloc_sections_prelink() 1683 if ((sec->shdr.sh_type == SHT_REL || sec->shdr.sh_type == SHT_RELA) in copy_elided_sections() 2069 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in copy_elided_sections()
|
H A D | strip.c | 509 /* For SHT_RELA sections we just take the in relocate() 579 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in remove_debug_relocations() 645 const bool is_rela = (shdr->sh_type == SHT_RELA); in remove_debug_relocations() 1429 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf() 1549 + SHT_REL and SHT_RELA in sh_link to symbol table in handle_elf() 1914 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */ in handle_elf() 2205 case SHT_RELA: in handle_elf()
|
H A D | objdump.c | 485 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs()
|
H A D | elfcmp.c | 763 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc()
|
/third_party/elfutils/libdwfl/ |
H A D | derelocate.c | 147 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in cache_sections() 210 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in cache_sections()
|
H A D | relocate.c | 778 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in __libdwfl_relocate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 832 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end() 854 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection() 921 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend() 922 return createError("Section is not SHT_RELA"); in getRelocationAddend() 939 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela() member in llvm::object::ELF
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 470 #define SHT_RELA 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 235 STRINGIFY_ENUM_CASE(ELF, SHT_RELA); in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 248 bool isRela() const { return Header.sh_type == SHT_RELA; } in isRela()
|
H A D | IceELFObjectWriter.cpp | 113 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 335 checkSection( sec, 9, ".rela.plt", SHT_RELA, SHF_ALLOC, in TEST() 629 checkSection( sec, 9, ".rela.plt", SHT_RELA, SHF_ALLOC, 0x00000000010000494, in TEST()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.c | 805 } else if (shdr->sh_type == SHT_RELA) { in ac_rtld_upload() 806 report_errorf("SHT_RELA not supported"); in ac_rtld_upload()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 675 || (header->sh_type != SHT_RELA && header->sh_type != SHT_REL)) in find_relocation_section()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 670 SHT_RELA = 4, // Relocation entries; explicit addends.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 820 SHT_RELA = 4, // Relocation entries; explicit addends.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection() 1001 case ELF::SHT_RELA: { in writeSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 795 Section.Type == llvm::ELF::SHT_RELA) && in writeSectionContent() 796 "Section type is not SHT_REL nor SHT_RELA"); in writeSectionContent() 798 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent()
|