Home
last modified time | relevance | path

Searched refs:exec_file_info (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/common_modules/xpm/validator/
H A Delf_code_segment_info.c95 struct exec_file_signature_info *exec_file_info) in get_elf32_code_segment()
118 exec_file_info->code_segments[exec_file_info->code_segment_count].file_offset = p_offset; in get_elf32_code_segment()
119 exec_file_info->code_segments[exec_file_info->code_segment_count].size = p_filesz; in get_elf32_code_segment()
120 exec_file_info->code_segment_count++; in get_elf32_code_segment()
144 struct exec_file_signature_info *exec_file_info) in get_elf64_code_segment()
167 exec_file_info->code_segments[exec_file_info->code_segment_count].file_offset = p_offset; in get_elf64_code_segment()
168 exec_file_info in get_elf64_code_segment()
94 get_elf32_code_segment(struct elf32_phdr *elf_phdr, struct elf_info *elf_info, struct exec_file_signature_info *exec_file_info) get_elf32_code_segment() argument
143 get_elf64_code_segment(struct elf64_phdr *elf_phdr, struct elf_info *elf_info, struct exec_file_signature_info *exec_file_info) get_elf64_code_segment() argument
262 struct exec_file_signature_info *exec_file_info; find_elf_code_segment_info() local
[all...]

Completed in 2 milliseconds