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

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c70 static Elf_Arhdr *arhdr; variable
207 if ((arhdr = elf_getarhdr(elf)) == 0) {
219 } else if (arhdr->ar_name[0] != '/') {
220 fname = arhdr->ar_name;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dpcom.c131 Elf_Arhdr *arhdr; local
134 arhdr = elf_getarhdr(_elf);
140 (void) sprintf(buffer, "%s(%s)", file, arhdr->ar_name);
H A Dtpcom.c143 Elf_Arhdr *arhdr; local
147 if ((arhdr = elf_getarhdr(_elf)) == NULL) {
156 strlen(arhdr->ar_name) + 5);
158 "%s(%s)", pep->pe_file, arhdr->ar_name);
H A Ddispsyms.c299 Elf_Arhdr *arhdr; local
302 arhdr = elf_getarhdr(_elf);
309 file, arhdr->ar_name);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c565 Elf_Arhdr *arhdr; local
637 arhdr = NULL;
641 arhdr = NULL;
642 } else if ((arhdr = elf_getarhdr(_elf)) == 0) {
645 arhdr = NULL;
658 arhdr ? arhdr->ar_name :
692 if ((arhdr = elf_getarhdr(_elf)) == NULL) {
696 if (*arhdr->ar_name != '/') {
698 MSG_ORIG(MSG_FMT_ARNAME), file, arhdr
[all...]
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c424 Elf_Arhdr *arhdr = NULL; local
452 (arhdr = elf_getarhdr(elf)) == NULL) {
462 if (arhdr != NULL) {
468 if (strcmp(arhdr->ar_name, "/") != 0 &&
469 strcmp(arhdr->ar_name, "//") != 0)
471 file, arhdr->ar_name);
496 current->dt_arhdr = arhdr;
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c179 Elf_Arhdr *arhdr; local
189 if ((arhdr = elf_getarhdr(_elf)) == NULL)
191 if (*arhdr->ar_name != '/') {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c323 Elf_Arhdr *arhdr; local
325 if ((arhdr = elf_getarhdr(arelf)) == NULL) {
329 return (arhdr->ar_name);

Completed in 68 milliseconds