/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | util.c | 70 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx() 101 if (gelf_getehdr(elf, &ehdr) == NULL) { in elf_ptrsz()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | getshstrndx.c | 51 if (gelf_getehdr(elf, &ehdr) == 0) in elf_getshdrstrndx()
|
H A D | getshnum.c | 57 if (gelf_getehdr(elf, &ehdr) == 0) in elf_getshdrnum()
|
H A D | getphnum.c | 53 if (gelf_getehdr(elf, &ehdr) == NULL) in elf_getphdrnum()
|
H A D | mapfile-vers | 86 gelf_getehdr;
|
H A D | llib-lelf | 68 GElf_Ehdr * gelf_getehdr(Elf *, GElf_Ehdr *);
|
/titanic_50/usr/src/cmd/mdb/tools/common/ |
H A D | findscn.c | 42 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx()
|
/titanic_50/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 96 if (gelf_getehdr(elf, &ehdr) == NULL) { in delete_comment() 187 if (gelf_getehdr(telf, &tehdr) == NULL) { in delete_comment()
|
H A D | dispsyms.c | 78 if (gelf_getehdr(elf, &ehdr) == NULL) { in print_symtab()
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 92 if (gelf_getehdr(elf, &ehdr) == NULL) in is_shared_obj() 148 if (gelf_getehdr(elf, &ehdr) == NULL) in get_txtorigin() 246 if (gelf_getehdr(elf, &ehdr) == NULL) in get_textseg()
|
/titanic_50/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 89 ((gelf_getehdr(elfp, &ehdr)) == NULL) || in main()
|
/titanic_50/usr/src/man/man3elf/ |
H A D | Makefile | 86 gelf_getehdr.3elf \ 160 gelf_getehdr.3elf := LINKSRC = gelf.3elf
|
/titanic_50/usr/src/cmd/strings/ |
H A D | strings.c | 121 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) { in look_in_sections() 532 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) {
|
/titanic_50/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 58 if (gelf_getehdr(elf, &ehdr) == NULL) { in is_shared_obj() 365 if (gelf_getehdr(elf, &ehdr) == NULL) { in get_txtorigin()
|
/titanic_50/usr/src/head/ |
H A D | gelf.h | 112 GElf_Ehdr * gelf_getehdr(Elf *, GElf_Ehdr *);
|
/titanic_50/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 78 if (gelf_getehdr(elfdes, &ehdr) == 0) in _elf_nlist()
|
/titanic_50/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 108 if ((gelf_getehdr(elf_file, &ehdr) == 0) || (ehdr.e_phnum == 0)) { in dump_exec_header()
|
H A D | dump.c | 600 (void) gelf_getehdr(elf_file, &p_ehdr); in print_symtab() 659 (void) gelf_getehdr(elf_file, &p_ehdr); in print_shdr() 1085 (void) gelf_getehdr(elf_file, &p_ehdr); in dump_dynamic() 1333 if (gelf_getehdr(elf_file, elf_head_p) == NULL) { in dump_elf_header()
|
/titanic_50/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 63 if ((gelf_getehdr(elf, &ehdr)) == NULL) in walk_symtab()
|
/titanic_50/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 114 if (gelf_getehdr(elf, &ehdr) == 0) { in process()
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | traverse.c | 76 if ((ehdr = gelf_getehdr(elf, &ehdr_obj)) == NULL) { in _tnfctl_traverse_object()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pidle.c | 244 if (gelf_getehdr(elf, &ehdr) == NULL) { in Pgrab_file()
|
/titanic_50/usr/src/cmd/dis/ |
H A D | dis_target.c | 461 if (gelf_getehdr(elf, &ehdr) == NULL) { in dis_tgt_create() 568 (void) gelf_getehdr(tgt->dt_elf, ehdr); in dis_tgt_ehdr()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mod.c | 133 if ((gelf_getehdr(elf, &ehdr)) == NULL) { in mod_binary_path_get()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 75 if (gelf_getehdr(src, &sehdr) == NULL) { in ctf_write_elf()
|