Searched refs:get_section (Results 1 - 8 of 8) sorted by path

/external/autotest/client/cros/faft/utils/
H A 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(sel
[all...]
H A Dsaft_flashrom_util.py254 def get_section(self, base_image, section_name): member in class:flashrom_util
/external/boringssl/include/openssl/
H A Dx509v3.h129 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
/external/boringssl/src/crypto/conf/
H A Dconf.c366 static CONF_VALUE *get_section(const CONF *conf, const char *section) { function
375 CONF_VALUE *section_value = get_section(conf, section);
626 if ((sv = get_section(conf, section)) == NULL) {
679 if ((tv = get_section(conf, psection)) == NULL) {
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c405 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) {
409 if (ctx->db_meth->get_section)
410 return ctx->db_meth->get_section(ctx->db, section);
/external/boringssl/src/include/openssl/
H A Dx509v3.h129 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
/external/elfutils/src/
H A Delfcompress.c287 bool get_section (size_t ndx) function
654 if (get_section (ndx))
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3318 static const SectionRef get_section(MachOObjectFile *O, const char *segname, function
5317 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
5319 CL = get_section(O, "__DATA", "__objc_classlist");
5323 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5325 CR = get_section(O, "__DATA", "__objc_classrefs");
5329 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
5331 SR = get_section(O, "__DATA", "__objc_superrefs");
5335 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
5337 CA = get_section(O, "__DATA", "__objc_catlist");
5341 SectionRef PL = get_section(
[all...]

Completed in 317 milliseconds