OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_static
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_packet_manager_v9.c
151
bool
use_static
= is_static;
local
172
if (
use_static
)
182
use_static
= false; /* no static queues under SDMA */
kfd_packet_manager_vi.c
150
bool
use_static
= is_static;
local
168
if (
use_static
)
180
use_static
= false; /* no static queues under SDMA */
/src/tests/libexec/ld.elf_so/
t_tls_extern.c
321
void *use_dynamic, *
use_static
;
local
326
ATF_REQUIRE_DL(
use_static
= dlopen("libh_onlyuse_static.so", 0));
328
ATF_REQUIRE_DL(fstatic = dlsym(
use_static
, "fstatic"));
345
void *
use_static
, *use_dynamic;
local
350
ATF_REQUIRE_DL(
use_static
= dlopen("libh_onlyuse_static.so", 0));
351
ATF_REQUIRE_DL(fstatic = dlsym(
use_static
, "fstatic"));
369
void *
use_static
, *use_dynamic;
local
374
ATF_REQUIRE_DL(
use_static
= dlopen("libh_onlyuse_static.so", 0));
376
ATF_REQUIRE_DL(fstatic = dlsym(
use_static
, "fstatic"));
Completed in 20 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026