OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need_copy
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/opjitconv/
debug_line.c
340
int
need_copy
= 0;
local
347
need_copy
= 1;
359
need_copy
= 1;
364
need_copy
= 1;
366
if (
need_copy
)
/external/elfutils/src/
i386_ld.c
604
if (unlikely (sym->type != STT_FUNC) && ! sym->
need_copy
)
606
sym->
need_copy
= 1;
836
if (unlikely (symref[idx]->
need_copy
))
880
symref[idx]->
need_copy
= 0;
[
all
...]
ld.h
464
unsigned int
need_copy
:1;
member in struct:symbol
[
all
...]
ldgeneric.c
[
all
...]
Completed in 111 milliseconds