Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwp.cc1221 unsigned int dw_sect = in sized_read_unit_index() local
1227 unit_set->sections[dw_sect].offset = (sections[dw_sect].offset in sized_read_unit_index()
1229 unit_set->sections[dw_sect].size = size; in sized_read_unit_index()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c1733 unsigned int dw_sect; in find_cu_tu_set_v2() local
1739 dw_sect = DW_SECT_TYPES; in find_cu_tu_set_v2()
1745 dw_sect = DW_SECT_INFO; in find_cu_tu_set_v2()
1749 if (p->section_offsets [dw_sect] == cu_offset) in find_cu_tu_set_v2()
10907 get_DW_SECT_short_name (unsigned int dw_sect) in get_DW_SECT_short_name() argument
10911 switch (dw_sect) in get_DW_SECT_short_name()
10933 snprintf (buf, sizeof (buf), "%d", dw_sect); in get_DW_SECT_short_name()
11059 unsigned int dw_sect; in process_cu_tu_index() local
11115 SAFE_BYTE_GET (dw_sect, p, 4, limit); in process_cu_tu_index()
11116 printf (" %8s", get_DW_SECT_short_name (dw_sect)); in process_cu_tu_index()
[all …]
DChangeLog-2015993 (process_cu_tu_index): Add range check for an overlarge dw_sect