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

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp597 if (Section.getType() == ELF::SHT_RELA ||
846 Section.getType() == ELF::SHT_RELA)
1000 ELF::SHT_RELA : ELF::SHT_REL, 0,
1276 case ELF::SHT_RELA: {
1441 Section.getType() != ELF::SHT_RELA)
1450 Section.getType() == ELF::SHT_RELA)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-sparc.c32 /* Due to the way how we handle R_SPARC_OLO10, each entry in a SHT_RELA
235 installed in the BFD, and has type SHT_REL or SHT_RELA, and uses
256 && (elf_section_data (s)->this_hdr.sh_type == SHT_RELA))
338 if (rela_hdr->sh_type != SHT_RELA)
H A Delf.c715 else if (idx->shdr->sh_type == SHT_RELA
985 "SHT_RELA", "SHT_HASH", "SHT_DYNAMIC", "SHT_NOTE",
2014 case SHT_RELA:
2085 || elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_RELA)
2115 target_sect->use_rela_p = hdr->sh_type == SHT_RELA;
2320 { STRING_COMMA_LEN (".gnu.conflict"), 0, SHT_RELA, SHF_ALLOC },
2363 { STRING_COMMA_LEN (".rela"), -1, SHT_RELA, 0 },
2702 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL;
2799 case SHT_RELA:
3212 case SHT_RELA
[all...]
H A Delfcode.h741 || i_shdrp[shindex].sh_type == SHT_RELA
838 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA)
922 if (rela_hdr->sh_type == SHT_RELA)
933 /* Every relocation section should be either an SHT_RELA or an
H A Delf64-mips.c810 /* The relocation table used for SHT_RELA sections. */
2283 /* Since each entry in an SHT_REL or SHT_RELA section can represent up
2343 || elf_section_data (s)->this_hdr.sh_type == SHT_RELA))
H A Delflink.c9797 case SHT_RELA: dyn.d_tag = DT_RELACOUNT; break;
9907 type = SHT_RELA;
H A Delf32-arm.c9470 ? SHT_REL : SHT_RELA);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h327 #define SHT_RELA 4 /* Relocation entries with addends */ macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexelf.c510 # define SHT_RELA Elf_sht_rela
1243 case SHT_RELA:
1317 case SHT_RELA:
508 # define SHT_RELA macro
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h399 #define SHT_RELA 4 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h1358 case ELF::SHT_RELA : {
1386 case ELF::SHT_RELA : {
1409 case ELF::SHT_RELA : {
1431 case ELF::SHT_RELA : {
1456 case ELF::SHT_RELA : {
1796 case ELF::SHT_RELA : {
1821 case ELF::SHT_RELA: {
1956 case ELF::SHT_RELA: {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c2656 case SHT_RELA: return "RELA";
4156 else if (section->sh_type == SHT_RELA)
4711 if ( section->sh_type != SHT_RELA
4733 is_rela = section->sh_type == SHT_RELA;
4996 if (relsec->sh_type != SHT_RELA
5408 if (relsec->sh_type != SHT_RELA
7701 if (relsec->sh_type != SHT_RELA
7817 if (relsec->sh_type != SHT_RELA
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h831 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator in enum:llvm::ELF::__anon9804
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Doutput.c734 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA)

Completed in 431 milliseconds