Home
last modified time | relevance | path

Searched refs:get_section (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py160 blob = self.fum.get_section(self.image, subsection_name)
167 blob = self.fum.get_section(self.image, section.get_body_name())
178 vb_section = self.fum.get_section(
189 s.update(self.fum.get_section(self.image, section.get_sig_name()))
201 gbb_section = self.fum.get_section(self.image, 'FV_GBB')
277 blob = self.fum.get_section(self.image, subsection_name)
349 sig_a = self.fum.get_section(self.image,
351 sig_b = self.fum.get_section(self.image,
366 self.fum.get_section(self.image, src_sect.get_body_name()))
370 self.fum.get_section(self.image, src_sect.get_sig_name()))
[all …]
Dsaft_flashrom_util.py251 def get_section(self, base_image, section_name): member in flashrom_util
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c402 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) in STACK_OF()
407 if (ctx->db_meth->get_section) in STACK_OF()
408 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
/external/boringssl/src/crypto/conf/
Dconf.c352 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() function
361 CONF_VALUE *section_value = get_section(conf, section); in STACK_OF()
612 if ((sv = get_section(conf, section)) == NULL) { in def_load_bio()
665 if ((tv = get_section(conf, psection)) == NULL) { in def_load_bio()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py43 def get_section(self, section): member in HandyConfigParser
255 self.plugin_options[plugin] = cp.get_section(plugin)
/external/llvm/tools/llvm-objdump/
DMachODump.cpp3159 static const SectionRef get_section(MachOObjectFile *O, const char *segname, in get_section() function
5155 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData()
5157 CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData()
5161 SectionRef CR = get_section(O, "__OBJC2", "__class_refs"); in printObjc2_64bit_MetaData()
5163 CR = get_section(O, "__DATA", "__objc_classrefs"); in printObjc2_64bit_MetaData()
5167 SectionRef SR = get_section(O, "__OBJC2", "__super_refs"); in printObjc2_64bit_MetaData()
5169 SR = get_section(O, "__DATA", "__objc_superrefs"); in printObjc2_64bit_MetaData()
5173 SectionRef CA = get_section(O, "__OBJC2", "__category_list"); in printObjc2_64bit_MetaData()
5175 CA = get_section(O, "__DATA", "__objc_catlist"); in printObjc2_64bit_MetaData()
5179 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_64bit_MetaData()
[all …]
/external/elfutils/src/
Delfcompress.c287 bool get_section (size_t ndx) in process_file()
654 if (get_section (ndx)) in process_file()
/external/boringssl/src/include/openssl/
Dx509v3.h120 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);