| /freebsd-11-stable/contrib/elftoolchain/elfcopy/ |
| HD | sections.c | 388 if (ish.sh_type == SHT_REL || ish.sh_type == SHT_RELA) in create_scn() 589 (s->type == SHT_REL || s->type == SHT_RELA)) in copy_content() 611 (s->type == SHT_REL || s->type == SHT_RELA)) in copy_content() 752 if (s->type == SHT_REL) { in filter_reloc() 786 if (s->type == SHT_REL) in filter_reloc() 791 if (s->type == SHT_REL) in filter_reloc() 803 if (s->type == SHT_REL) in filter_reloc() 808 if (s->type == SHT_REL) in filter_reloc() 813 s->sz = gelf_fsize(ecp->eout, (s->type == SHT_REL ? ELF_T_REL : in filter_reloc() 852 if (s->type == SHT_REL) in update_reloc() [all …]
|
| HD | symbols.c | 289 if (sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) in mark_reloc_symbols() 312 if (sh.sh_type == SHT_REL) { in mark_reloc_symbols() 616 ((s->type == SHT_REL) || (s->type == SHT_RELA))) in generate_symbols()
|
| /freebsd-11-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_data.c | 64 case SHT_REL: in _libelf_xlate_shtype()
|
| /freebsd-11-stable/stand/common/ |
| HD | load_elf_obj.c | 283 case SHT_REL: in __elfN() 483 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN() 506 case SHT_REL: in __elfN()
|
| /freebsd-11-stable/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_elf_init.c | 156 if ((sh.sh_type != SHT_REL && sh.sh_type != SHT_RELA) || in _dwarf_elf_relocate() 178 if (sh.sh_type == SHT_REL) in _dwarf_elf_relocate()
|
| HD | libdwarf_reloc.c | 361 drs->drs_addend ? SHT_RELA : SHT_REL, 0, 0, drs->drs_ref->ds_ndx, in _dwarf_reloc_section_finalize()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | 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() 874 if (sec->sh_type == ELF::SHT_REL) in getRelocationSymbol() 891 if (sec->sh_type == ELF::SHT_REL) in getRelocationOffset() 900 if (sec->sh_type == ELF::SHT_REL) in getRelocationType() 929 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
|
| /freebsd-11-stable/usr.sbin/kldxref/ |
| HD | ef_obj.c | 424 case SHT_REL: in ef_obj_open() 561 case SHT_REL: in ef_obj_open()
|
| /freebsd-11-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 405 case SHT_REL: return "SHT_REL"; in sh_types() 1782 r.type = SHT_REL; in elf_print_rel() 1810 if ((s->type == SHT_REL || s->type == SHT_RELA) && in elf_print_reloc() 1820 if (s->type == SHT_REL) in elf_print_reloc() 1879 if (s->type != SHT_REL && s->type != SHT_RELA) in find_gotrel() 1895 if (s->type == SHT_REL) { in find_gotrel()
|
| /freebsd-11-stable/sys/kern/ |
| HD | link_elf_obj.c | 272 case SHT_REL: in link_elf_link_preload() 416 case SHT_REL: in link_elf_link_preload() 644 case SHT_REL: in link_elf_load_file() 923 case SHT_REL: in link_elf_load_file()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | Object.h | 733 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() 773 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof() 849 return S->OriginalType == ELF::SHT_REL || S->OriginalType == ELF::SHT_RELA; in classof()
|
| HD | ELFObjcopy.cpp | 469 case SHT_REL: in replaceAndRemoveSections() 655 case SHT_REL: in handleArgs()
|
| HD | Object.cpp | 105 Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela); in visit() 881 if (Sec.Type == SHT_REL) in visit() 1455 case SHT_REL: in makeSection() 1602 if (RelSec->Type == SHT_REL) in readSections()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | common.h | 333 #define SHT_REL 9 /* Relocation entries, no addends */ macro
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | MarkLive.cpp | 370 bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA); in markLive()
|
| HD | OutputSections.cpp | 379 if (!config->copyRelocs || (type != SHT_RELA && type != SHT_REL)) in finalize()
|
| HD | InputSection.cpp | 399 if (!file || (type != SHT_RELA && type != SHT_REL)) in getRelocatedSection() 1126 if (type == SHT_REL) { in writeTo()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf.c | 744 || idx->shdr->sh_type == SHT_REL) in _bfd_elf_setup_sections() 2040 case SHT_REL: in bfd_section_from_shdr() 2049 != (bfd_size_type) (hdr->sh_type == SHT_REL in bfd_section_from_shdr() 2111 || elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_REL in bfd_section_from_shdr() 2406 { STRING_COMMA_LEN (".rel"), -1, SHT_REL, 0 }, 2481 || (rela && spec[i].type == SHT_REL))) in _bfd_elf_get_special_section() 2744 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL; in _bfd_elf_init_reloc_shdr() 2847 case SHT_REL: in elf_fake_sections() 3262 case SHT_REL: in assign_section_numbers() 3276 if (d->this_hdr.sh_type == SHT_REL) in assign_section_numbers() [all …]
|
| HD | elfcode.h | 782 || i_shdrp[shindex].sh_type == SHT_REL) in elf_object_p() 877 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL in elf_object_p() 966 else if (rela_hdr->sh_type == SHT_REL) in elf_write_relocs()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 126 if (type == DT_REL || type == SHT_REL) in ELFRelocation() 1618 case SHT_REL: in GetSectionType() 2482 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols() 2645 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in RelocateDebugSections() 2856 if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) { in RelocateSection() 3144 CASE_AND_STREAM(s, SHT_REL, kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 240 STRINGIFY_ENUM_CASE(ELF, SHT_REL); in getELFSectionTypeName()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | ELFDump.cpp | 74 } else if ((*SecOrErr)->sh_type != ELF::SHT_REL) { in getRelocationValueString()
|
| /freebsd-11-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 335 case SHT_REL: return "SHT_REL"; in sh_types() 659 case SHT_REL: in main()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | output.c | 568 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 400 #define SHT_REL 9 /* relocation section - no addends */ macro
|