Home | History | Annotate | Download | only in src

Lines Matching refs:arhdr

1836       Elf_Arhdr *arhdr = elf_getarhdr (arelf);
1839 if (arhdr == NULL)
1844 assert (strcmp (arhdr->ar_name, "/") != 0);
1845 assert (strcmp (arhdr->ar_name, "//") != 0);
1847 newp = ld_new_inputfile (arhdr->ar_name, relocatable_file_type);
1927 Elf_Arhdr *arhdr;
1939 arhdr = elf_getarhdr (arelf);
1940 if (arhdr == NULL)
1947 arhdr->ar_name),