OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idx_off
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
vms-lib.c
132
unsigned int idx_vbn, unsigned int
idx_off
)
157
cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE +
idx_off
;
247
unsigned int
idx_off
;
local
258
idx_off
= bfd_getl16 (ridx->rfa.offset);
269
idx_off
= bfd_getl16 (ridx->rfa.offset);
285
if (
idx_off
== RFADEF__C_INDEX)
355
off = (idx_vbn - 1) * VMS_BLOCK_SIZE +
idx_off
;
372
if (!vms_add_index (cs, name, idx_vbn,
idx_off
))
[
all
...]
Completed in 128 milliseconds