Searched defs:arhdr (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/tests/
H A Darsymtest.c84 Elf_Arhdr *arhdr; local
101 arhdr = elf_getarhdr (subelf);
102 if (arhdr == NULL)
110 fprintf (fp, "%s in %s\n", arsym[narsym].as_name, arhdr->ar_name);
H A Darextract.c71 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
73 if (arhdr == NULL)
75 printf ("cannot get arhdr: %s\n", elf_errmsg (-1));
79 if (strcmp (arhdr->ar_name, argv[2]) == 0)
102 todo = arhdr->ar_size;
H A Dsaridx.c146 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
148 if (arhdr == NULL)
150 printf ("cannot get arhdr: %s\n", elf_errmsg (-1));
170 t = arhdr->ar_date;
179 arhdr->ar_name,
181 (long int) arhdr->ar_uid,
182 (long int) arhdr->ar_gid,
183 arhdr->ar_mode,
184 (long int) arhdr->ar_size,
185 arhdr
[all...]
/external/elfutils/src/
H A Dsize.c389 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
392 handle_elf (subelf, new_prefix, arhdr->ar_name);
394 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
H A Dnm.c447 Elf_Arhdr *arhdr = NULL; local
457 || (arhdr = elf_getarhdr (subelf)) == NULL))
464 printf (gettext ("%s in %s\n"), arsym->as_name, arhdr->ar_name);
482 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
485 if (strcmp (arhdr->ar_name, "/") != 0
486 && strcmp (arhdr->ar_name, "//") != 0)
489 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
492 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
497 new_prefix, arhdr->ar_name, new_suffix);
H A Dstrip.c1742 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
1745 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);
1747 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL);
H A Delflint.c294 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
295 assert (arhdr != NULL);
298 arhdr->ar_name, arhdr->ar_size, false);
H A Dldgeneric.c1662 Elf_Arhdr *arhdr = elf_getarhdr (arelf); local
1665 if (arhdr == NULL)
1670 assert (strcmp (arhdr->ar_name, "/") != 0);
1671 assert (strcmp (arhdr->ar_name, "//") != 0);
1673 newp = ld_new_inputfile (arhdr->ar_name, relocatable_file_type);
1753 Elf_Arhdr *arhdr; local
1765 arhdr = elf_getarhdr (arelf);
1766 if (arhdr == NULL)
1773 arhdr->ar_name),
H A Dreadelf.c426 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
427 assert (arhdr != NULL);
429 process_file (fd, subelf, new_prefix, arhdr->ar_name, false);

Completed in 62 milliseconds