Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDdwarf2.c122 unsigned long dwarf_str_size; member
335 stash->dwarf_str_size = sz; in read_indirect_string()
345 if (offset >= stash->dwarf_str_size) in read_indirect_string()
348 (unsigned long) offset, stash->dwarf_str_size); in read_indirect_string()
HDChangeLog-0001919 (struct dwarf2_debug): Add dwarf_str_buffer and dwarf_str_size.
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c138 static unsigned int dwarf_str_size; variable
486 unsigned int dwarf_str_size; member
521 #define DWARF_STR_SIZE(p) (PST_PRIVATE(p)->dwarf_str_size)
996 dwarf_str_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
1272 DWARF_STR_SIZE (pst) = dwarf_str_size; in dwarf2_build_psymtabs_hard()
1844 dwarf_str_size = DWARF_STR_SIZE (pst); in psymtab_to_symtab_1()
4951 if (str_offset >= dwarf_str_size) in read_indirect_string()