Searched refs:module_name_size (Results 1 – 3 of 3) sorted by relevance
65 unsigned int module_name_size; member
1102 size_t module_name_size; in core_process_module_section() local1128 module_name_size = extract_unsigned_integer (&buf[8], 4, byte_order); in core_process_module_section()1136 module_name_size = extract_unsigned_integer (&buf[12], 4, byte_order); in core_process_module_section()1141 if (module_name_offset + module_name_size > bfd_section_size (sect)) in core_process_module_section()