Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDsunos.c597 #define SUNOS_DEF_REGULAR 02 macro
1159 new_flag = SUNOS_DEF_REGULAR; in sunos_add_one_symbol()
1171 && (h->flags & (SUNOS_DEF_REGULAR | SUNOS_REF_REGULAR)) != 0) in sunos_add_one_symbol()
1223 h->flags |= SUNOS_DEF_REGULAR; in bfd_sunos_record_link_assignment()
1315 || (h->flags & SUNOS_DEF_REGULAR) != 0) in sunos_scan_std_relocs()
1375 if ((h->flags & SUNOS_DEF_REGULAR) == 0) in sunos_scan_std_relocs()
1384 if ((h->flags & SUNOS_DEF_REGULAR) == 0) in sunos_scan_std_relocs()
1523 && (h->flags & SUNOS_DEF_REGULAR) == 0)) in sunos_scan_ext_relocs()
1568 || (h->flags & SUNOS_DEF_REGULAR) != 0)) in sunos_scan_ext_relocs()
1574 && (h->flags & SUNOS_DEF_REGULAR) == 0) in sunos_scan_ext_relocs()
[all …]