OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pdb.c
1129
uint32_t
t_idx
= bfd_getl32 (&proc->type);
local
1133
if (
t_idx
< TPI_FIRST_INDEX
1134
||
t_idx
>= TPI_FIRST_INDEX + num_types)
1142
t = map[
t_idx
- TPI_FIRST_INDEX];
/src/external/gpl3/binutils.old/dist/ld/
pdb.c
1129
uint32_t
t_idx
= bfd_getl32 (&proc->type);
local
1133
if (
t_idx
< TPI_FIRST_INDEX
1134
||
t_idx
>= TPI_FIRST_INDEX + num_types)
1142
t = map[
t_idx
- TPI_FIRST_INDEX];
Completed in 22 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026