OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_header
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pdb.c
4817
struct globals_hash_header
hash_header
;
local
4946
sym_hash_size = sizeof (
hash_header
);
4965
bfd_putl32 (GLOBALS_HASH_SIGNATURE, &
hash_header
.signature);
4966
bfd_putl32 (GLOBALS_HASH_VERSION_70, &
hash_header
.version);
4968
&
hash_header
.entries_size);
4969
bfd_putl32 (buckets_size, &
hash_header
.buckets_size);
4971
if (bfd_write (&
hash_header
, sizeof (
hash_header
), stream) !=
4972
sizeof (
hash_header
))
/src/external/gpl3/binutils.old/dist/ld/
pdb.c
4818
struct globals_hash_header
hash_header
;
local
4947
sym_hash_size = sizeof (
hash_header
);
4966
bfd_putl32 (GLOBALS_HASH_SIGNATURE, &
hash_header
.signature);
4967
bfd_putl32 (GLOBALS_HASH_VERSION_70, &
hash_header
.version);
4969
&
hash_header
.entries_size);
4970
bfd_putl32 (buckets_size, &
hash_header
.buckets_size);
4972
if (bfd_write (&
hash_header
, sizeof (
hash_header
), stream) !=
4973
sizeof (
hash_header
))
Completed in 25 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026