Searched defs:elf (Results 1 – 4 of 4) sorted by relevance
/scripts/profiling/ |
A D | stackcollapse.py | 28 def addr_to_sym(addr, elf): argument 38 def collapse(buf, elf): argument 58 elf = ELFFile(open(sys.argv[2], "rb")) variable
|
/scripts/logging/dictionary/ |
A D | database_gen.py | 95 def extract_elf_code_data_sections(elf, wildcards = None): argument 119 def find_elf_sections(elf, sh_name): argument 136 def get_kconfig_symbols(elf): argument 147 def find_log_const_symbols(elf): argument 228 def extract_elf_information(elf, database): argument 242 def process_kconfigs(elf, database): argument 266 def extract_logging_subsys_information(elf, database, string_mappings): argument 337 def extract_string_variables(elf): argument 448 def extract_static_strings(elf, database, section_extraction=False): argument
|
/scripts/build/ |
A D | elf_parser.py | 22 def __init__(self, elf, sym): argument 43 def __init__(self, elf, sym): argument 59 def __init__(self, elf, sym): argument 91 def __init__(self, elf, sym): argument
|
A D | gen_kobject_list.py | 486 def unpack_pointer(elf, data, offset): argument 499 def addr_deref(elf, addr): argument 512 def device_get_api_addr(elf, addr): argument 518 def find_kobjects(elf, syms): argument 717 def get_symbols(elf): argument
|
Completed in 7 milliseconds