Searched refs:arelt (Results 1 – 3 of 3) sorted by relevance
1968 #define foo(arelt, stelt, size) \ in bfd_generic_stat_arch_elt() argument1969 buf->stelt = strtol (hdr->arelt, &aloser, size); \ in bfd_generic_stat_arch_elt()1970 if (aloser == hdr->arelt) \ in bfd_generic_stat_arch_elt()1975 # define foo2(arelt, stelt, size) \ in bfd_generic_stat_arch_elt() argument1976 if (hdr->arelt[5] == ' ') \ in bfd_generic_stat_arch_elt()1978 foo (arelt, stelt, size); \ in bfd_generic_stat_arch_elt()1985 if (hdr->arelt[cnt] < ' ' || hdr->arelt[cnt] > ' ' + 0x3f) \ in bfd_generic_stat_arch_elt()1988 buf->stelt += hdr->arelt[cnt] - ' '; \ in bfd_generic_stat_arch_elt()1990 if (hdr->arelt[5] < '@' || hdr->arelt[5] > '@' + 3) \ in bfd_generic_stat_arch_elt()1993 buf->stelt += hdr->arelt[5] - '@'; \ in bfd_generic_stat_arch_elt()[all …]
1326 struct areltdata *arelt; in _bfd_vms_lib_get_module() local1341 arelt = bfd_zmalloc (sizeof (*arelt)); in _bfd_vms_lib_get_module()1342 if (arelt == NULL) in _bfd_vms_lib_get_module()1344 res->arelt_data = arelt; in _bfd_vms_lib_get_module()1355 arelt->parsed_size = bfd_getl32 (mhd->modsize); in _bfd_vms_lib_get_module()
4175 (struct ar_cache): Rename `arelt' to `arbfd' and remove `next'.