Searched refs:exec_segment_info (Results 1 – 4 of 4) sorted by relevance
13 struct exec_segment_info { struct30 struct exec_segment_info *code_segments; argument
270 …sizeof(struct exec_file_signature_info) + (size_t)segment_count * sizeof(struct exec_segment_info); in find_elf_code_segment_info()275 exec_file_info->code_segments = (struct exec_segment_info *)((char *)exec_file_info + in find_elf_code_segment_info()
388 file_node->code_segment_count * sizeof(struct exec_segment_info); in test_elf_code_segment_info_size()
220 struct exec_segment_info *segments = info->code_segments; in xpm_check_code_segment()