Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 25 of 122) sorted by relevance

12345

/external/llvm-project/lld/wasm/
DInputChunks.cpp60 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/
DMarkLive.cpp78 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
DTarget.cpp162 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()
DTarget.h237 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()
DRelocations.cpp99 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/
DPPC.cpp294 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()
DAArch64.cpp317 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()
DMSP430.cpp63 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
DX86.cpp267 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()
DPPC64.cpp328 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()
DSPARCV9.cpp89 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate()
DAMDGPU.cpp61 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
DX86_64.cpp415 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
DAVR.cpp70 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_csl_sdcard.c191 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/
Dgelf_update_rel.c62 Elf32_Rel *rel; in gelf_update_rel() local
Dgelf_update_rela.c62 Elf32_Rela *rel; in gelf_update_rela() local
/external/llvm-project/flang/unittests/Evaluate/
Dtesting.h20 #define COMPARE(x, rel, y) \ argument
/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp46 const relocation_info &rel) { in getErrorLocation()
54 const relocation_info &rel, in validateLength()
/external/tensorflow/tensorflow/compiler/xla/
Derror_spec.h27 float rel; // Relative error bound. member
/external/mtools/
Dfile.c113 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/
Dqos_ets_strict.sh238 rel() function
/external/oss-fuzz/projects/jsonnet/
Dconvert_jsonnet_fuzzer.cc10 char* ImportCallback(void* ctx, const char* base, const char* rel, in ImportCallback()
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DReferencesHeader.java34 public void setRel (String rel) throws ParseException; in setRel()
/external/libusb/
DMakefile.am38 reldir = .release/$(distdir) directory

12345