Searched refs:SHT_REL (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/tools/restest/
H A DElf.h97 #define SHT_REL 9 macro
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElf.h121 #define SHT_REL 9 macro
H A DElfFile.cpp484 if (section && section->GetType() == SHT_REL)
/haiku-fatelf/headers/private/system/
H A Delf_common.h142 #define SHT_REL 9 macro
/haiku-fatelf/src/bin/gdb/include/elf/
H A Dcommon.h317 #define SHT_REL 9 /* Relocation entries, no addends */ macro
/haiku-fatelf/src/tools/
H A Dset_haiku_revision.cpp175 #define SHT_REL 9 macro
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c634 || idx->shdr->sh_type == SHT_REL)
902 "SHT_NOBITS", "SHT_REL", "SHT_SHLIB", "SHT_DYNSYM",
1889 case SHT_REL:
2139 { ".rel", 4, -1, SHT_REL, 0 },
2173 || (rela && special_sections[i].type == SHT_REL)))
2413 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL;
2537 case SHT_REL:
2612 SHT_REL[A] section. If two relocation sections are required for
2914 case SHT_REL:
2928 if (d->this_hdr.sh_type == SHT_REL)
[all...]
H A Delfcode.h765 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL
849 else if (rela_hdr->sh_type == SHT_REL)
856 SHT_REL section. */
H A Delf64-mips.c143 /* The relocation table used for SHT_REL sections. */
1925 /* Since each entry in an SHT_REL or SHT_RELA section can represent up
1984 && (elf_section_data (s)->this_hdr.sh_type == SHT_REL
H A Delflink.c7259 if (rel_hdr->sh_type == SHT_REL)
8151 case SHT_REL: dyn.d_tag = DT_RELCOUNT; break;
8257 type = SHT_REL;
H A Delf32-arm.h4125 ? SHT_REL : SHT_RELA);

Completed in 132 milliseconds