Home
last modified time | relevance | path

Searched defs:section (Results 226 - 250 of 470) sorted by relevance

12345678910>>...19

/third_party/elfio/elfio/
H A Delfio_dump.hpp895 Elf_Half section = 0; in symbol_tables() local
909 symbol_table( std::ostream& out, Elf_Xword no, const std::string& name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, Elf_Half section, unsigned int elf_class ) symbol_table() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c343 Elf_Scn *section = NULL; in ac_rtld_open() local
176 read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, Elf_Scn *section, uint32_t *lds_end_align) read_private_lds_symbols() argument
768 Elf_Scn *section = NULL; ac_rtld_upload() local
797 Elf_Scn *section = NULL; ac_rtld_upload() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dns_config.c73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument
291 char section[MAX_LINE_SIZE+1]; in config_load() local
[all...]
/third_party/node/deps/cares/src/tools/
H A Dadig.c702 static void print_section(ares_dns_record_t *dnsrec, ares_dns_section_t section) in print_section() argument
689 has_opt(ares_dns_record_t *dnsrec, ares_dns_section_t section) has_opt() argument
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c427 uint32_t *section; in generateToUTable() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c374 void *section = pan_section_ptr(job, COMPUTE_JOB, INVOCATION); in emit_vertex_job() local
524 void *section; in emit_tiler_job() local
[all...]
/third_party/musl/ldso/linux/
H A Dns_config.c73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument
291 char section[MAX_LINE_SIZE + 1]; in config_load() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c221 char *section = NULL, *buf; in def_load_bio() local
651 str_copy(CONF *conf, char *section, char **pto, char *from) str_copy() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c147 static int write_config_fips_section(BIO *out, const char *section, in write_config_fips_section() argument
233 static int verify_config(const char *infile, const char *section, in verify_config() argument
130 write_config_header(BIO *out, const char *prov_name, const char *section) write_config_header() argument
181 generate_config_and_load(const char *prov_name, const char *section, unsigned char *module_mac, size_t module_mac_len, int conditional_errors, int security_checks) generate_config_and_load() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_gen.c401 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi() argument
/third_party/libabigail/src/
H A Dabg-elf-reader.cc60 Elf_Scn* section = 0; in find_alt_dwarf_debug_info_link() local
389 Elf_Scn *section = in locate_alt_ctf_debug_info() local
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn1_gen.c401 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi() argument
/third_party/openssl/crypto/conf/
H A Dconf_def.c221 char *section = NULL, *buf; in def_load_bio() local
651 str_copy(CONF *conf, char *section, char **pto, char *from) str_copy() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp512 ri::Section* section = curList->allocItem<ri::Section>(); in handleElementStart() local
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dgencnvex.c426 uint32_t *section; in generateToUTable() local
[all...]
/third_party/openssl/apps/
H A Dfipsinstall.c147 static int write_config_fips_section(BIO *out, const char *section, in write_config_fips_section() argument
233 static int verify_config(const char *infile, const char *section, in verify_config() argument
130 write_config_header(BIO *out, const char *prov_name, const char *section) write_config_header() argument
181 generate_config_and_load(const char *prov_name, const char *section, unsigned char *module_mac, size_t module_mac_len, int conditional_errors, int security_checks) generate_config_and_load() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.hpp448 inline TestLog& TestLog::operator<< (const Section& section) { section.write(*this); return *this; } in operator <<() argument
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c238 static VarExtraData *GetVarExtraData(const SandboxContext *context, const SandboxSection *section) in GetVarExtraData() argument
265 CheckSandboxMountNode(const SandboxContext *context, const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) CheckSandboxMountNode() argument
436 DoSandboxPathNodeMount(const SandboxContext *context, const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) DoSandboxPathNodeMount() argument
483 DoSandboxPathSymLink(const SandboxContext *context, const SandboxSection *section, const SymbolLinkNode *sandboxNode) DoSandboxPathSymLink() argument
514 DoSandboxNodeMount(const SandboxContext *context, const SandboxSection *section, uint32_t operation) DoSandboxNodeMount() argument
709 MountSandboxConfig(const SandboxContext *context, const AppSpawnSandboxCfg *sandbox, const SandboxSection *section, uint32_t op) MountSandboxConfig() argument
981 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, name); UnmountSandboxConfigs() local
1049 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); StagedMountSystemConst() local
1095 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); SetSystemConstDepGroups() local
1114 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); SetAppVariableDepGroups() local
1262 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); SetAppVariableConfig() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c139 static int lpc32xx_ooblayout_ecc(struct mtd_info *mtd, int section, in lpc32xx_ooblayout_ecc() argument
151 static int lpc32xx_ooblayout_free(struct mtd_info *mtd, int section, in lpc32xx_ooblayout_free() argument
H A Dlpc32xx_mlc.c131 static int lpc32xx_ooblayout_ecc(struct mtd_info *mtd, int section, in lpc32xx_ooblayout_ecc() argument
145 static int lpc32xx_ooblayout_free(struct mtd_info *mtd, int section, in lpc32xx_ooblayout_free() argument
H A Ddiskonchip.c810 static int doc200x_ooblayout_ecc(struct mtd_info *mtd, int section, in doc200x_ooblayout_ecc() argument
822 static int doc200x_ooblayout_free(struct mtd_info *mtd, int section, in doc200x_ooblayout_free() argument
H A Ddenali.c922 static int denali_ooblayout_ecc(struct mtd_info *mtd, int section, in denali_ooblayout_ecc() argument
937 static int denali_ooblayout_free(struct mtd_info *mtd, int section, in denali_ooblayout_free() argument
H A Dcafe_nand.c450 static int cafe_ooblayout_ecc(struct mtd_info *mtd, int section, in cafe_ooblayout_ecc() argument
464 static int cafe_ooblayout_free(struct mtd_info *mtd, int section, in cafe_ooblayout_free() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c746 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section) in qlcnic_get_table_desc() argument
939 qlcnic_get_data_desc(struct qlcnic_adapter *adapter, u32 section, u32 idx_offset) qlcnic_get_data_desc() argument
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dfw.c706 section = 1; in i2400m_dnload_bcf() local
[all...]

Completed in 28 milliseconds

12345678910>>...19