Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py162 blob = self.fum.get_section(self.image, subsection_name)
169 blob = self.fum.get_section(self.image, section.get_body_name())
180 vb_section = self.fum.get_section(
191 s.update(self.fum.get_section(self.image, section.get_sig_name()))
203 gbb_section = self.fum.get_section(self.image, 'FV_GBB')
279 blob = self.fum.get_section(self.image, subsection_name)
351 sig_a = self.fum.get_section(self.image,
353 sig_b = self.fum.get_section(self.image,
368 self.fum.get_section(self.image, src_sect.get_body_name()))
372 self.fum.get_section(self.image, src_sect.get_sig_name()))
[all …]
Dsaft_flashrom_util.py254 def get_section(self, base_image, section_name): member in flashrom_util
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c405 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF()
409 if (ctx->db_meth->get_section) in STACK_OF()
410 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
/external/boringssl/src/crypto/conf/
Dconf.c366 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() function
375 CONF_VALUE *section_value = get_section(conf, section); in STACK_OF()
626 if ((sv = get_section(conf, section)) == NULL) { in def_load_bio()
679 if ((tv = get_section(conf, psection)) == NULL) { in def_load_bio()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp3318 static const SectionRef get_section(MachOObjectFile *O, const char *segname, in get_section() function
5317 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData()
5319 CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData()
5323 SectionRef CR = get_section(O, "__OBJC2", "__class_refs"); in printObjc2_64bit_MetaData()
5325 CR = get_section(O, "__DATA", "__objc_classrefs"); in printObjc2_64bit_MetaData()
5329 SectionRef SR = get_section(O, "__OBJC2", "__super_refs"); in printObjc2_64bit_MetaData()
5331 SR = get_section(O, "__DATA", "__objc_superrefs"); in printObjc2_64bit_MetaData()
5335 SectionRef CA = get_section(O, "__OBJC2", "__category_list"); in printObjc2_64bit_MetaData()
5337 CA = get_section(O, "__DATA", "__objc_catlist"); in printObjc2_64bit_MetaData()
5341 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);