OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modidx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
vms-lib.c
1367
/* Get member
MODIDX
. Return NULL in case of error. */
1370
_bfd_vms_lib_get_module (bfd *abfd, unsigned int
modidx
)
1380
if (
modidx
>= tdata->nbr_modules)
1384
if (tdata->cache[
modidx
])
1385
return tdata->cache[
modidx
];
1388
file_off = tdata->modules[
modidx
].file_offset;
1444
name = tdata->modules[
modidx
].name;
1471
tdata->cache[
modidx
] = res;
1483
unsigned int
modidx
;
local
1491
for (
modidx
= 0; modidx < tdata->nbr_modules; modidx++
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c
1363
/* Get member
MODIDX
. Return NULL in case of error. */
1366
_bfd_vms_lib_get_module (bfd *abfd, unsigned int
modidx
)
1376
if (
modidx
>= tdata->nbr_modules)
1380
if (tdata->cache[
modidx
])
1381
return tdata->cache[
modidx
];
1384
file_off = tdata->modules[
modidx
].file_offset;
1440
name = tdata->modules[
modidx
].name;
1467
tdata->cache[
modidx
] = res;
1479
unsigned int
modidx
;
local
1487
for (
modidx
= 0; modidx < tdata->nbr_modules; modidx++
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
vms-lib.c
1363
/* Get member
MODIDX
. Return NULL in case of error. */
1366
_bfd_vms_lib_get_module (bfd *abfd, unsigned int
modidx
)
1376
if (
modidx
>= tdata->nbr_modules)
1380
if (tdata->cache[
modidx
])
1381
return tdata->cache[
modidx
];
1384
file_off = tdata->modules[
modidx
].file_offset;
1440
name = tdata->modules[
modidx
].name;
1467
tdata->cache[
modidx
] = res;
1479
unsigned int
modidx
;
local
1487
for (
modidx
= 0; modidx < tdata->nbr_modules; modidx++
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c
1363
/* Get member
MODIDX
. Return NULL in case of error. */
1366
_bfd_vms_lib_get_module (bfd *abfd, unsigned int
modidx
)
1376
if (
modidx
>= tdata->nbr_modules)
1380
if (tdata->cache[
modidx
])
1381
return tdata->cache[
modidx
];
1384
file_off = tdata->modules[
modidx
].file_offset;
1440
name = tdata->modules[
modidx
].name;
1467
tdata->cache[
modidx
] = res;
1479
unsigned int
modidx
;
local
1487
for (
modidx
= 0; modidx < tdata->nbr_modules; modidx++
[
all
...]
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026