OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcoff_hash_table
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
xcofflink.c
521
htab =
xcoff_hash_table
(info);
758
for (pp = &
xcoff_hash_table
(info)->imports, c = 1;
908
h = xcoff_link_hash_lookup (
xcoff_hash_table
(info), name, TRUE,
960
hds = xcoff_link_hash_lookup (
xcoff_hash_table
(info), dsnm,
1033
for (pp = &
xcoff_hash_table
(info)->imports, c = 1;
1060
&&
xcoff_hash_table
(info)->loader_section == NULL)
1069
xcoff_hash_table
(info)->loader_section = lsec;
1073
if (
xcoff_hash_table
(info)->linkage_section == NULL)
1083
xcoff_hash_table
(info)->linkage_section = lsec;
1088
if (
xcoff_hash_table
(info)->toc_section == NULL
[
all
...]
libxcoff.h
119
#define
xcoff_hash_table
(p) ((struct xcoff_link_hash_table *) ((p)->hash))
macro
Completed in 52 milliseconds