/external/llvm-project/lld/wasm/ |
D | InputChunks.cpp | 60 for (const WasmRelocation &rel : relocations) { in verifyRelocTargets() local 139 for (const WasmRelocation &rel : relocations) { in writeTo() local 201 for (const WasmRelocation &rel : relocations) { in writeRelocations() local 227 static unsigned writeCompressedReloc(uint8_t *buf, const WasmRelocation &rel, in writeCompressedReloc() 247 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded() 266 static unsigned getRelocWidth(const WasmRelocation &rel, uint64_t value) { in getRelocWidth() 298 for (const WasmRelocation &rel : relocations) { in calculateSize() local 337 for (const WasmRelocation &rel : relocations) { in writeTo() local 370 for (const WasmRelocation &rel : relocations) { in generateRelocationCode() local
|
/external/llvm-project/lld/ELF/ |
D | MarkLive.cpp | 78 const typename ELFT::Rel &rel) { in getAddend() 85 const typename ELFT::Rela &rel) { in getAddend() 91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc() 284 for (const typename ELFT::Rela &rel : sec.template relas<ELFT>()) in mark() local 287 for (const typename ELFT::Rel &rel : sec.template rels<ELFT>()) in mark() local
|
D | Target.cpp | 162 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() 167 void TargetInfo::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 172 void TargetInfo::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 177 void TargetInfo::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 182 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
D | Target.h | 237 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() 243 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() 250 const Relocation &rel) { in checkIntUInt() 259 const Relocation &rel) { in checkAlignment()
|
D | Relocations.cpp | 99 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() 624 static int64_t computeMipsAddend(const RelTy &rel, const RelTy *end, in computeMipsAddend() 659 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() 988 template <class RelTy> static RelType getMipsN32RelType(RelTy *&rel, RelTy *end) { in getMipsN32RelType() 1066 RelocationBaseSection *rel, RelType type, Symbol &sym) { in addPltEntry() 1139 uint64_t offset, Symbol &sym, const RelTy &rel, in processRelocAux() 1156 RelType rel = target->getDynRel(type); in processRelocAux() local 1285 const RelTy &rel = *i; in scanReloc() local 1892 Relocation &rel, uint64_t src) { in getThunk() 1927 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 294 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 384 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 403 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 419 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 443 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
D | AArch64.cpp | 317 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() 468 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 499 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 531 void AArch64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
D | MSP430.cpp | 63 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
D | X86.cpp | 267 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 357 void X86::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 395 void X86::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
D | PPC64.cpp | 328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() 641 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() argument 705 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 768 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 858 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 1185 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 1431 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
|
D | SPARCV9.cpp | 89 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate()
|
D | AMDGPU.cpp | 61 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
D | X86_64.cpp | 415 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 456 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 540 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 677 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
D | AVR.cpp | 70 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
/external/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_csl_sdcard.c | 191 uint32_t present, options, event, rel = 0; in abort_err() local 589 int rel = SD_OK; in read_block() local 626 int rel = SD_OK; in write_block() local 780 uint32_t rel; in check_error() local 815 uint32_t rel = 0; in err_recovery() local 1048 int32_t rel = 0; in set_config() local
|
/external/elfutils/libelf/ |
D | gelf_update_rel.c | 62 Elf32_Rel *rel; in gelf_update_rel() local
|
D | gelf_update_rela.c | 62 Elf32_Rela *rel; in gelf_update_rela() local
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | testing.h | 20 #define COMPARE(x, rel, y) \ argument
|
/external/llvm-project/lld/MachO/Arch/ |
D | X86_64.cpp | 46 const relocation_info &rel) { in getErrorLocation() 54 const relocation_info &rel, in validateLength()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | error_spec.h | 27 float rel; // Relative error bound. member
|
/external/mtools/ |
D | file.c | 113 static int _loopDetect(unsigned int *oldrel, unsigned int rel, in _loopDetect() 130 static int loopDetect(File_t *This, unsigned int rel, unsigned int absol) in loopDetect() 138 unsigned int rel, oldabs, oldrel; in _countBlocks() local 178 unsigned int rel; in printFat() local 219 int rel; in printFatWithOffset() local
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_ets_strict.sh | 238 rel() function
|
/external/oss-fuzz/projects/jsonnet/ |
D | convert_jsonnet_fuzzer.cc | 10 char* ImportCallback(void* ctx, const char* base, const char* rel, in ImportCallback()
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | ReferencesHeader.java | 34 public void setRel (String rel) throws ParseException; in setRel()
|
/external/libusb/ |
D | Makefile.am | 38 reldir = .release/$(distdir) directory
|