Home
last modified time | relevance | path

Searched refs:module_name_size (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/
Doasys.h65 unsigned int module_name_size; member
/netbsd/src/external/gpl3/gdb/dist/include/
Doasys.h65 unsigned int module_name_size; member
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.c1102 size_t module_name_size; in core_process_module_section() local
1128 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()