Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 - 25 of 37) sorted by relevance

12

/third_party/elfio/elfio/
H A Delfio_relocation.hpp102 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 Delfio.hpp279 case SHT_RELA:
/third_party/elfutils/libebl/
H A Deblsectionstripp.c49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
/third_party/elfutils/libelf/
H A Delf-knowledge.h61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
H A Delf_getdata.c55 [SHT_RELA] = ELF_T_RELA,
H A Delf32_updatenull.c227 case SHT_RELA: in __elfw2()
/third_party/elfutils/src/
H A Dfindtextrel.c390 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 Dunstrip.c472 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 Dstrip.c509 /* 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 Dobjdump.c485 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs()
H A Delfcmp.c763 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc()
/third_party/elfutils/libdwfl/
H A Dderelocate.c147 && (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 Drelocate.c778 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 DELFObjectFile.h832 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 Delf_types_c_wrapper.hpp470 #define SHT_RELA 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp235 STRINGIFY_ENUM_CASE(ELF, SHT_RELA); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.h248 bool isRela() const { return Header.sh_type == SHT_RELA; } in isRela()
H A DIceELFObjectWriter.cpp113 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection()
/third_party/elfio/tests/
H A DELFIOTest.cpp335 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 Dac_rtld.c805 } 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 Dabg-elf-helpers.cc675 || (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 DELF.h670 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 DELF.h820 SHT_RELA = 4, // Relocation entries; explicit addends.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp802 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 DELFEmitter.cpp795 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()

Completed in 45 milliseconds

12