OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_thunk_sym
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
2858
struct bfd_link_hash_entry *
name_thunk_sym
;
local
2862
name_thunk_sym
= bfd_link_hash_lookup (link_info.hash, thname, 0, 0, 1);
2864
if (!(
name_thunk_sym
&&
name_thunk_sym
->type == bfd_link_hash_defined))
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
2856
struct bfd_link_hash_entry *
name_thunk_sym
;
local
2860
name_thunk_sym
= bfd_link_hash_lookup (link_info.hash, thname, 0, 0, 1);
2862
if (!(
name_thunk_sym
&&
name_thunk_sym
->type == bfd_link_hash_defined))
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026