Searched defs:get_section (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/cros/faft/utils/
H A Dsaft_flashrom_util.py251 def get_section(self, base_image, section_name): member in class:flashrom_util
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dconfig.py43 def get_section(self, section): member in class:HandyConfigParser
255 self.plugin_options[plugin] = cp.get_section(plugin)
/external/boringssl/src/crypto/conf/
H A Dconf.c352 static CONF_VALUE *get_section(const CONF *conf, const char *section) { function
361 CONF_VALUE *section_value = get_section(conf, section);
612 if ((sv = get_section(conf, section)) == NULL) {
665 if ((tv = get_section(conf, psection)) == NULL) {
/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.cpp3159 static const SectionRef get_section(MachOObjectFile *O, const char *segname, function
5155 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
5157 CL = get_section(O, "__DATA", "__objc_classlist");
5161 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5163 CR = get_section(O, "__DATA", "__objc_classrefs");
5167 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
5169 SR = get_section(O, "__DATA", "__objc_superrefs");
5173 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
5175 CA = get_section(O, "__DATA", "__objc_catlist");
5179 SectionRef PL = get_section(
[all...]

Completed in 263 milliseconds