Searched refs:arhdr (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/0.153/src/
H A Dar.c524 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
526 if (strcmp (arhdr->ar_name, "/") == 0)
529 index_size = arhdr->ar_size;
532 if (strcmp (arhdr->ar_name, "//") == 0)
537 arlib_add_symbols (elf, arfname, arhdr->ar_name, cur_off);
538 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
546 entry.key = arhdr->ar_name;
559 printf ("\n<%s>\n\n", arhdr->ar_name);
569 localtime (&arhdr->ar_date));
572 (arhdr
866 struct ar_hdr arhdr; local
957 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
1160 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
1377 Elf_Arhdr *arhdr; local
1468 struct ar_hdr arhdr; local
[all...]
H A Dranlib.c210 Elf_Arhdr *arhdr = elf_getarhdr (elf); local
211 assert (arhdr != NULL);
214 if (strcmp (arhdr->ar_name, "/") == 0)
217 index_size = arhdr->ar_size;
221 arlib_add_symbols (elf, fname, arhdr->ar_name, cur_off);
222 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
H A Dobjdump.c338 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
341 if (strcmp (arhdr->ar_name, "/") != 0
342 && strcmp (arhdr->ar_name, "//") != 0)
345 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
348 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
353 new_prefix, arhdr->ar_name, new_suffix);
H A Dnm.c465 Elf_Arhdr *arhdr = NULL; local
475 || (arhdr = elf_getarhdr (subelf)) == NULL))
482 printf (gettext ("%s in %s\n"), arsym->as_name, arhdr->ar_name);
500 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
503 if (strcmp (arhdr->ar_name, "/") != 0
504 && strcmp (arhdr->ar_name, "//") != 0)
507 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
510 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
515 new_prefix, arhdr->ar_name, new_suffix);
H A Dsize.c392 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
395 handle_elf (subelf, new_prefix, arhdr->ar_name);
397 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
H A Dstrip.c2108 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
2111 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);
2113 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL);
H A Dldgeneric.c1834 Elf_Arhdr *arhdr = elf_getarhdr (arelf); local
1837 if (arhdr == NULL)
1842 assert (strcmp (arhdr->ar_name, "/") != 0);
1843 assert (strcmp (arhdr->ar_name, "//") != 0);
1845 newp = ld_new_inputfile (arhdr->ar_name, relocatable_file_type);
1925 Elf_Arhdr *arhdr; local
1937 arhdr = elf_getarhdr (arelf);
1938 if (arhdr == NULL)
1945 arhdr->ar_name),
H A Delflint.c292 Elf_Arhdr *arhdr = elf_getarhdr (subelf); local
293 assert (arhdr != NULL);
296 arhdr->ar_name, arhdr->ar_size, false);

Completed in 164 milliseconds