OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsh_cache
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-nios2.c
886
struct elf32_nios2_stub_hash_entry *
hsh_cache
;
member in struct:elf32_nios2_link_hash_entry
1191
eh->
hsh_cache
= NULL;
1270
if (hh != NULL && hh->
hsh_cache
!= NULL
1271
&& hh->
hsh_cache
->hh == hh
1272
&& hh->
hsh_cache
->id_sec == id_sec
1273
&& hh->
hsh_cache
->stub_type == stub_type)
1275
hsh = hh->
hsh_cache
;
1289
hh->
hsh_cache
= hsh;
[
all
...]
elf32-hppa.c
215
struct elf32_hppa_stub_hash_entry *
hsh_cache
;
member in struct:elf32_hppa_link_hash_entry
401
hh->
hsh_cache
= NULL;
513
if (hh != NULL && hh->
hsh_cache
!= NULL
514
&& hh->
hsh_cache
->hh == hh
515
&& hh->
hsh_cache
->id_sec == id_sec)
517
hsh_entry = hh->
hsh_cache
;
530
hh->
hsh_cache
= hsh_entry;
[
all
...]
elf32-metag.c
788
struct elf_metag_stub_hash_entry *
hsh_cache
;
member in struct:elf_metag_link_hash_entry
1012
hh->
hsh_cache
= NULL;
[
all
...]
Completed in 255 milliseconds