Searched refs:get_section (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp33 #define get_section(id) ((id) >> 16) macro
150 int section = get_section(kmp_i18n_prp_Version);
189 int section = get_section(id);
379 int section = get_section(kmp_i18n_prp_Version);
542 int section = get_section(id);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_conf.c394 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) {
398 if (ctx->db_meth->get_section)
399 return ctx->db_meth->get_section(ctx->db, section);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4296 static const SectionRef get_section(MachOObjectFile *O, const char *segname, function
6330 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6332 CL = get_section(O, "__DATA", "__objc_classlist");
6334 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6336 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6340 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
6342 CR = get_section(O, "__DATA", "__objc_classrefs");
6344 CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
6346 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
6350 SectionRef SR = get_section(
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509v3.h84 STACK_OF(CONF_VALUE) *(*get_section) (void *db, const char *section);

Completed in 130 milliseconds