Searched refs:section_match (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/importlib/ |
D | metadata.py | 327 section_match = re.match(r'\[(.*)\]$', line) 328 if section_match: 329 section = section_match.group(1)
|
/external/elfutils/src/ |
D | objdump.c | 443 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx) in section_match() function 488 if (! section_match (ebl->elf, elf_ndxscn (scn), shdr, shstrndx)) in show_relocs() 563 if (! section_match (ebl->elf, elf_ndxscn (scn), shdr, shstrndx)) in show_full_content() 701 if (! section_match (ebl->elf, elf_ndxscn (scn), shdr, shstrndx)) in show_disasm()
|
D | ChangeLog | 2122 * objdump.c (section_match): Likewise.
|