Home
last modified time | relevance | path

Searched refs:_RF_V (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/libexec/ld.so/aarch64/
Drtld_machine.c50 #define _RF_V 0x02000000 /* ERROR */ macro
56 _RF_V|_RF_S|_RF_A| _RF_SZ(64) | _RF_RS(0), /* ABS64 */
58 _RF_V|_RF_S|_RF_A| _RF_SZ(64) | _RF_RS(0), /* GLOB_DAT */
60 _RF_V|_RF_S| _RF_SZ(64) | _RF_RS(0), /* JUMP_SLOT */
62 _RF_V|_RF_B|_RF_A| _RF_SZ(64) | _RF_RS(0), /* REL64 */
64 _RF_V|_RF_S,
66 _RF_V|_RF_S,
68 _RF_V|_RF_S| _RF_SZ(32) | _RF_RS(0), /* 20 COPY */
135 (reloc_target_flags[type] & _RF_V) == 0) in _dl_md_reloc()
/openbsd/src/libexec/ld.so/riscv64/
Drtld_machine.c51 #define _RF_V 0x02000000 /* ERROR */ macro
57 _RF_V|_RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* GLOB_DAT */
59 _RF_V|_RF_S|_RF_A| _RF_SZ(64) | _RF_RS(0), /* GLOB_DAT */
61 _RF_V|_RF_S| _RF_SZ(64) | _RF_RS(0), /* JUMP_SLOT */
63 _RF_V|_RF_B|_RF_A| _RF_SZ(64) | _RF_RS(0), /* REL64 */
65 [ R_TYPE(TLS_TPREL64) ] = _RF_V|_RF_S,
67 _RF_V|_RF_S| _RF_SZ(32) | _RF_RS(0), /* 20 COPY */
134 (reloc_target_flags[type] & _RF_V) == 0) in _dl_md_reloc()