Lines Matching full:strings
45 # Sections that contains static strings
52 # Sections that contains static strings but are not part of the binary (allocable).
352 strings = []
379 strings.append({
387 return strings
409 """Extract NULL-terminated strings in one ELF section"""
440 # for empty strings. There is no way to know which
442 # at the end of legitimate strings as empty strings.
459 Extract static strings from ELF file using DWARF,
466 # Extract strings using ELF DWARF information
478 # Extract strings from ELF sections
482 # Some architectures may put static strings into additional sections.
556 # Extract strings from ELF files
560 logger.info("Found %d strings", len(string_mappings))
565 # may require additional strings outside of those extracted
567 # with strings in various ELF sections.