Home
last modified time | relevance | path

Searched defs:init_array (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/kvm/linker/
Dx86.lds56 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
58 PROVIDE_HIDDEN (__init_array_end = .);
Dx86_64.lds56 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
58 PROVIDE_HIDDEN (__init_array_end = .);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc39 uint32_t init_array[] = {1, 3, 5, 7, 9}; in ConformsToInterface() local
46 uint32_t init_array[] = {1, 2, 3, 4, 5}; in ConformsToInterface() local
Dexplicit_seed_seq_test.cc33 uint32_t init_array[] = {1, 3, 5, 7, 9}; in ConformsToInterface() local
40 uint32_t init_array[] = {1, 2, 3, 4, 5}; in ConformsToInterface() local
/third_party/mesa3d/src/mesa/vbo/
Dvbo_context.c56 init_array(struct gl_context *ctx, struct gl_array_attributes *attrib, in init_array() function
/third_party/mesa3d/src/mesa/main/
Dvarray.c3860 init_array(struct gl_context *ctx, in init_array() function