HomeSort by: relevance | last modified time | path
    Searched refs:Relr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 92 return sizeof(typename ELFT::Relr);
185 Relr,
614 RelrSection() : Section(ChunkKind::Relr) {}
621 return S->Kind == ChunkKind::Relr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 65 using Relr = packed<uint>;
84 using RelrRange = ArrayRef<Relr>;
121 using Elf_Relr = typename ELFT::Relr; \
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 1890 section->sh_size, _("RELR relocation data"));
1923 /* If DUMP_RELOC is false, don't display RELR relocations, just collect
1924 RELR relocations for displaying GOT section contents later. */
1958 warn (_("Unexpected entsize for RELR section\n"));
1966 _("RELR relocation data"));
2201 RELR sections. For more details see: https://reviews.llvm.org/D67164. */
2204 warn (_("Unusual RELR bitmap - no previous entry to set the base address\n"));
3324 case DT_RELR: return "RELR";
6447 case SHT_RELR: return "RELR";
8779 CHECK_ENTSIZE (section, i, Relr);
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 1805 section->sh_size, _("RELR relocation data"));
1868 warn (_("Unexpected entsize for RELR section\n"));
1872 relrs = get_data (NULL, filedata, relr_offset, 1, relr_size, _("RELR relocation data"));
1926 RELR sections. For more details see: https://reviews.llvm.org/D67164. */
1929 warn (_("Unusual RELR bitmap - no previous entry to set the base address\n"));
2940 case DT_RELR: return "RELR";
6063 case SHT_RELR: return "RELR";
8379 CHECK_ENTSIZE (section, i, Relr);
9433 { "RELR", DT_RELR, DT_RELRSZ, reltype_relr },
9479 /* Just stating the 'number of entries' in a RELR section can b
    [all...]

Completed in 40 milliseconds