#ifdefined(__riscv) // TLS_DTV_OFFSET is a constant used in relocation fields, defined in RISC-V ELF Specification[1] // The front of the TCB contains a pointer to the DTV, and each pointer in DTV // points to 0x800 past the start of a TLS block to make full use of the range // of load/store instructions, refer to [2]. // // [1]: RISC-V ELF Specification. // https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#constants // [2]: Documentation of TLS data structures // https://github.com/riscv-non-isa/riscv-elf-psabi-doc/issues/53 #define TLS_DTV_OFFSET 0x800 #else #define TLS_DTV_OFFSET 0 #endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.2 Sekunden
(vorverarbeitet am 2026-06-28)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.