OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:export_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
lexsup.c
675
struct bfd_elf_dynamic_list *
export_list
= NULL;
local
1609
lang_append_dynamic_list (&
export_list
, expr);
1623
current_dynamic_list_p = &
export_list
;
1963
if (
export_list
)
1965
struct bfd_elf_version_expr *head =
export_list
->head.list;
1989
link_info.dynamic_list =
export_list
;
/src/external/gpl3/binutils.old/dist/ld/
lexsup.c
684
struct bfd_elf_dynamic_list *
export_list
= NULL;
local
1620
lang_append_dynamic_list (&
export_list
, expr);
1634
current_dynamic_list_p = &
export_list
;
1974
if (
export_list
)
1976
struct bfd_elf_version_expr *head =
export_list
->head.list;
2000
link_info.dynamic_list =
export_list
;
/src/sys/external/bsd/drm2/dist/drm/
drm_connector.c
2158
const struct list_head *
export_list
,
2176
list_for_each_entry(mode_itr,
export_list
, export_head)
2202
struct list_head
export_list
= LIST_HEAD_INIT(
export_list
);
local
2247
if (drm_mode_expose_to_userspace(mode, &
export_list
,
2249
list_add_tail(&mode->export_head, &
export_list
);
2257
* '
export_list
'. When the ioctl is called first time to determine the,
2258
* space, the
export_list
gets filled, to find the no.of modes. In the
2259
* 2nd time, the user modes are filled, one by one from the
export_list
.
2264
list_for_each_entry(mode, &
export_list
, export_head)
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026