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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dpdtrace.in746 elfinfo=$($READELF -a $ofile)
749 if printf %s "$elfinfo" | $EGREP -q "little endian"; then
755 shdr_start=$(printf %s "$elfinfo" \
761 shdr_num_entries=$(printf %s "$elfinfo" \
767 shdr_entry_size=$(printf %s "$elfinfo" \
788 $(printf %s "$elfinfo" | $EGREP "^[ \t]*\[[0-9 ]+\].*[A-Z]+.*PROGBITS")
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dnm.c66 elf_symbol_type *elfinfo; member in struct:extended_symbol_info
76 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
418 if (info != NULL && info->elfinfo)
424 = bfd_get_symbol_version_string (abfd, &info->elfinfo->symbol,
428 (hidden || bfd_is_und_section (info->elfinfo->symbol.section)
902 info.elfinfo = NULL;
907 info.elfinfo = elf_symbol_from (abfd, sym);
1654 if (info->elfinfo)
1656 get_elf_symbol_type (ELF_ST_TYPE (info->elfinfo
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dpdtrace.in746 elfinfo=$($READELF -a $ofile)
749 if printf %s "$elfinfo" | $EGREP -q "little endian"; then
755 shdr_start=$(printf %s "$elfinfo" \
761 shdr_num_entries=$(printf %s "$elfinfo" \
767 shdr_entry_size=$(printf %s "$elfinfo" \
788 $(printf %s "$elfinfo" | $EGREP "^[ \t]*\[[0-9 ]+\].*[A-Z]+.*PROGBITS")
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dnm.c66 elf_symbol_type *elfinfo; member in struct:extended_symbol_info
77 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
885 info.elfinfo = NULL;
890 info.elfinfo = elf_symbol_from (abfd, sym);
1652 if (info->elfinfo)
1654 get_elf_symbol_type (ELF_ST_TYPE (info->elfinfo->internal_elf_sym.st_info)));
1671 if (info->elfinfo)
1672 printf("| |%s", info->elfinfo->symbol.section->name);
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Delf.c36 struct elfinfo { struct
49 static struct elfinfo eif;
292 memset(&eif, 0, sizeof(struct elfinfo));
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dnm.c72 elf_symbol_type *elfinfo; member in struct:extended_symbol_info
82 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
712 if (info != NULL && info->elfinfo && with_symbol_versions)
718 = bfd_get_symbol_version_string (abfd, &info->elfinfo->symbol,
723 if (hidden || bfd_is_und_section (info->elfinfo->symbol.section))
1215 info.elfinfo = NULL;
1220 info.elfinfo = elf_symbol_from (sym);
1949 if (info->elfinfo)
1951 get_elf_symbol_type (ELF_ST_TYPE (info->elfinfo
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c60 /* The struct elfinfo is available only during ELF symbol table and
64 struct elfinfo struct
181 struct elfinfo *ei;
183 ei = (struct elfinfo *) eip;
1047 const struct elfinfo *ei)
1209 struct elfinfo ei;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c55 /* The struct elfinfo is available only during ELF symbol table and
59 struct elfinfo struct
179 elf_locate_sections (asection *sectp, struct elfinfo *ei)
1062 const struct elfinfo *ei)
1294 struct elfinfo ei;

Completed in 311 milliseconds