OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nwhere
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
bfdio.c
825
file_ptr
nwhere
;
local
831
nwhere
= position;
833
nwhere
= abfd->where + position;
835
if (
nwhere
< 0)
842
if ((bfd_size_type)
nwhere
> bim->size)
850
bim->size =
nwhere
;
/src/external/gpl3/binutils.old/dist/bfd/
bfdio.c
814
file_ptr
nwhere
;
local
820
nwhere
= position;
822
nwhere
= abfd->where + position;
824
if (
nwhere
< 0)
831
if ((bfd_size_type)
nwhere
> bim->size)
839
bim->size =
nwhere
;
/src/external/gpl3/gdb.old/dist/bfd/
bfdio.c
814
file_ptr
nwhere
;
local
820
nwhere
= position;
822
nwhere
= abfd->where + position;
824
if (
nwhere
< 0)
831
if ((bfd_size_type)
nwhere
> bim->size)
839
bim->size =
nwhere
;
/src/external/gpl3/gdb/dist/bfd/
bfdio.c
815
file_ptr
nwhere
;
local
821
nwhere
= position;
823
nwhere
= abfd->where + position;
825
if (
nwhere
< 0)
832
if ((bfd_size_type)
nwhere
> bim->size)
840
bim->size =
nwhere
;
Completed in 24 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026