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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-v850.c107 struct v850_seg_entry v850_seg_table[] =
164 struct v850_seg_entry *seg = v850_seg_table + i;
341 if (S_GET_SEGMENT (symbolP) == v850_seg_table[SBSS_SECTION].s)
346 if (S_GET_SEGMENT (symbolP) == v850_seg_table[ZBSS_SECTION].s)
351 if (S_GET_SEGMENT (symbolP) == v850_seg_table[TBSS_SECTION].s)
368 S_SET_SEGMENT (symbolP, v850_seg_table[SBSS_SECTION].s);
372 S_SET_SEGMENT (symbolP, v850_seg_table[ZBSS_SECTION].s);
376 S_SET_SEGMENT (symbolP, v850_seg_table[TBSS_SECTION].s);
406 S_SET_SEGMENT (symbolP, v850_seg_table[area].s);
1346 v850_seg_table[BSS_SECTIO
105 struct v850_seg_entry v850_seg_table[] = variable in typeref:struct:v850_seg_entry
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-v850.c103 struct v850_seg_entry v850_seg_table[] =
164 struct v850_seg_entry *seg = v850_seg_table + i;
353 if (S_GET_SEGMENT (symbolP) == v850_seg_table[SBSS_SECTION].s)
358 if (S_GET_SEGMENT (symbolP) == v850_seg_table[ZBSS_SECTION].s)
363 if (S_GET_SEGMENT (symbolP) == v850_seg_table[TBSS_SECTION].s)
380 S_SET_SEGMENT (symbolP, v850_seg_table[SBSS_SECTION].s);
384 S_SET_SEGMENT (symbolP, v850_seg_table[ZBSS_SECTION].s);
388 S_SET_SEGMENT (symbolP, v850_seg_table[TBSS_SECTION].s);
418 S_SET_SEGMENT (symbolP, v850_seg_table[area].s);
1387 v850_seg_table[BSS_SECTIO
101 struct v850_seg_entry v850_seg_table[] = variable in typeref:struct:v850_seg_entry
[all...]

Completed in 83 milliseconds