HomeSort by relevance Sort by last modified time
    Searched defs:rfa (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/vms/
lbr.h 173 simply a key (= a string) and a rfa. */
195 struct vms_rfa rfa; member in struct:vms_idx
206 struct vms_rfa rfa; member in struct:vms_elfidx
217 #define ELFIDX__LISTRFA 0x04 /* RFA field points to an LHS. */
222 /* List head structure. That's what is pointed by rfa when LISTRFA flag
268 /* RFA of the next chunk. */
269 struct vms_rfa rfa; member in struct:vms_kbn
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 163 /* Follow all member of a lns list (pointed by RFA) and add indexes for
168 struct vms_rfa *rfa)
176 vbn = bfd_getl32 (rfa->vbn);
181 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
191 rfa = &lns.nxtrfa;
257 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
258 idx_off = bfd_getl16 (ridx->rfa.offset);
268 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
269 idx_off = bfd_getl16 (ridx->rfa.offset);
315 kvbn = bfd_getl32 (kbn->rfa.vbn)
1755 struct vms_rfa *rfa; local
1800 struct vms_rfa *rfa; local
1860 struct vms_rfa *rfa; local
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 

Completed in 113 milliseconds