attr = elf_new_obj_attr (abfd, vendor, tag);
if (attr != NULL)
{
- attr->type = _bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
+ attr->type = bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
attr->i = i;
}
return attr;
attr = elf_new_obj_attr (abfd, vendor, tag);
if (attr != NULL)
{
- attr->type = _bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
+ attr->type = bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
attr->s = elf_attr_strdup (abfd, s, end);
if (attr->s == NULL)
return NULL;
attr = elf_new_obj_attr (abfd, vendor, tag);
if (attr != NULL)
{
- attr->type = _bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
+ attr->type = bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
attr->i = i;
attr->s = elf_attr_strdup (abfd, s, end);
if (attr->s == NULL)
/* Determine what arguments an attribute tag takes. */
int
-_bfd_elf_obj_attrs_arg_type (bfd *abfd, int vendor, unsigned int tag)
+bfd_elf_obj_attrs_arg_type (bfd *abfd, int vendor, unsigned int tag)
{
switch (vendor)
{
bool ok = false;
tag = _bfd_safe_read_leb128 (abfd, &p, false, end);
- type = _bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
+ type = bfd_elf_obj_attrs_arg_type (abfd, vendor, tag);
switch (type & (ATTR_TYPE_FLAG_INT_VAL | ATTR_TYPE_FLAG_STR_VAL))
{
case ATTR_TYPE_FLAG_INT_VAL | ATTR_TYPE_FLAG_STR_VAL:
(bfd *, const char *) ATTRIBUTE_HIDDEN;
extern void _bfd_elf_copy_obj_attributes
(bfd *, bfd *) ATTRIBUTE_HIDDEN;
-extern int _bfd_elf_obj_attrs_arg_type
+extern int bfd_elf_obj_attrs_arg_type
(bfd *, int, unsigned int);
extern void _bfd_elf_parse_attributes
(bfd *, Elf_Internal_Shdr *) ATTRIBUTE_HIDDEN;