Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/include/llvm/Object/
DELFObjectFile.h522 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end()
538 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection()
559 case ELF::SHT_REL: { in getRelocationSymbol()
622 case ELF::SHT_REL: in getROffset()
636 case ELF::SHT_REL: { in getRelocationType()
661 case ELF::SHT_REL: { in getRelocationTypeName()
683 case ELF::SHT_REL: { in getRelocationAddend()
705 case ELF::SHT_REL: { in getRelocationValueString()
/external/elfutils/src/libebl/
Deblsectionstripp.c49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
/external/elfutils/src/libelf/
Delf-knowledge.h61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
Delf32_updatenull.c232 case SHT_REL: in __elfw2()
Delf_getdata.c61 [SHT_REL] = ELF_T_REL,
/external/elfutils/src/libdwfl/
Drelocate.c507 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA, in relocate_section()
511 if (shdr->sh_type == SHT_REL) in relocate_section()
584 if (shdr->sh_type == SHT_REL) in relocate_section()
645 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in __libdwfl_relocate()
Dderelocate.c128 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in cache_sections()
188 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in cache_sections()
/external/llvm/test/MC/Mips/
Dmips-pdr.s37 # OBJOUT: Type: SHT_REL (0x9)
/external/llvm/test/MC/ARM/
Delf-movt.s41 @ OBJ-NEXT: Type: SHT_REL (0x9)
/external/elfutils/src/src/
Dfindtextrel.c415 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file()
429 if (shdr->sh_type == SHT_REL) in process_file()
Dobjdump.c502 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs()
550 if (shdr->sh_type == SHT_REL) in show_relocs()
Dstrip.c753 if (shdr_info[cnt].shdr.sh_type == SHT_REL in handle_elf()
1415 case SHT_REL: in handle_elf()
1429 if (shdr_info[cnt].shdr.sh_type == SHT_REL) in handle_elf()
1669 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in handle_elf()
1831 if (shdr->sh_type == SHT_REL) in handle_elf()
Delfcmp.c753 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc()
763 if (shdr->sh_type == SHT_REL) in search_for_copy_reloc()
Dld.c428 if (h->type == SHT_REL || h->type == SHT_RELA) in main()
1240 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
Dldgeneric.c886 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL) in mark_section_group()
1353 || shdr->sh_type == SHT_REL in add_relocatable_file()
2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections()
2502 rel_type == SHT_REL in ld_generic_generate_sections()
2624 rel_type == SHT_REL in ld_generic_generate_sections()
3131 if ((ld_state.allsections[cnt]->type == SHT_REL in ld_generic_create_sections()
4735 if (head->type == SHT_REL || head->type == SHT_RELA) in ld_generic_create_outfile()
4758 int type = head->type == SHT_REL ? ELF_T_REL : ELF_T_RELA; in ld_generic_create_outfile()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp85 case ELF::SHT_REL: { in dump()
231 assert(Shdr->sh_type == ELF::SHT_REL && "Section type is not SHT_REL"); in dumpRelSection()
/external/kernel-headers/original/uapi/linux/
Delf.h275 #define SHT_REL 9 macro
/external/llvm/lib/MC/
DELFObjectWriter.cpp952 Section.getType() == ELF::SHT_REL || in computeIndexMap()
1134 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
1291 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in WriteRelocations()
1477 case ELF::SHT_REL: in writeSection()
/external/llvm/lib/Object/
DELFYAML.cpp317 ECase(SHT_REL) in enumeration()
543 case ELF::SHT_REL: in mapping()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp941 case SHT_REL: in CreateSections()
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols()
1736 CASE_AND_STREAM(s, SHT_REL , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp426 LLVM_READOBJ_ENUM_CASE(ELF, SHT_REL ); in getElfSectionType()
627 if (SecI->sh_type != ELF::SHT_REL && SecI->sh_type != ELF::SHT_RELA) in printRelocations()
645 case ELF::SHT_REL: in printRelocations()
/external/valgrind/VEX/unused/
Dlinker.c739 if (shdr[shnum].sh_type == SHT_REL ) { in ocResolve_ELF()
851 if (shdr[i].sh_type == SHT_REL) { in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c899 if (shdr[shnum].sh_type == SHT_REL ) {
1014 if (shdr[i].sh_type == SHT_REL) {
/external/llvm/include/llvm/Support/
DELF.h593 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp347 if (Section.Type != llvm::ELF::SHT_REL && in writeSectionContent()

12