OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symref
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
i386_ld.c
86
struct symbol **
symref
;
local
115
symref
= file->
symref
;
137
assert (
symref
[XELF_R_SYM (rel->r_info)] != NULL);
138
si =
symref
[XELF_R_SYM (rel->r_info)]->outsymidx;
559
&& unlikely (scninfo->fileinfo->
symref
[r_sym] == NULL))
565
if (! scninfo->fileinfo->
symref
[r_sym]->defined
566
|| scninfo->fileinfo->
symref
[r_sym]->in_dso
600
sym = scninfo->fileinfo->
symref
[r_sym];
628
if (! scninfo->fileinfo->
symref
[r_sym]->define
759
struct symbol **
symref
= runp->fileinfo->
symref
;
local
[
all
...]
ld.h
238
struct symbol **
symref
;
member in struct:usedfiles
[
all
...]
Completed in 27 milliseconds