Home
last modified time | relevance | path

Searched refs:match_section (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/network/
Diw_runner.py419 match_section = re.match('\s*(\w.*):\s*$', line)
420 if match_section:
421 current_section = match_section.group(1)
/external/elfutils/src/
Dldgeneric.c2820 match_section (const char *osectname, struct filemask_section_name *sectmask, in match_section() function
2996 match_section (orule->val.section.name, in sort_sections_lscript()
DChangeLog3012 (match_section): Don't preserve SHF_GROUP flag any longer.