/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | input.c | 133 Elf_Cmd cmd = ELF_C_READ; in read_archive() 197 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in read_ctf_common() 253 Elf_Cmd cmd = ELF_C_READ; in count_archive() 295 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in count_files()
|
H A D | ctfconvert.c | 96 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in file_read()
|
/titanic_41/usr/src/cmd/sgs/libelf/demo/ |
H A D | pcom.c | 129 cmd = ELF_C_READ; in process_elf() 194 if ((elf = elf_begin(fd, ELF_C_READ, 0)) == NULL) { in main()
|
H A D | tpcom.c | 140 cmd = ELF_C_READ; in process_elf() 234 if ((elf = elf_begin(fd, ELF_C_READ, 0)) == NULL) { in main()
|
H A D | dispsyms.c | 297 cmd = ELF_C_READ; in process_elf() 363 if ((elf = elf_begin(fd, ELF_C_READ, 0)) == NULL) { in main()
|
H A D | 00README | 38 elf_begin(ELF_C_READ)
|
H A D | dcom.c | 385 if ((elf = elf_begin(fd, ELF_C_READ, 0)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | next.c | 58 return (ELF_C_READ); in elf_next()
|
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 89 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in is_shared_obj() 184 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in process_namelist() 208 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in process()
|
/titanic_41/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 87 elfp = elf_begin(fd, ELF_C_READ, NULL); in main()
|
/titanic_41/usr/src/cmd/strings/ |
H A D | strings.c | 120 elf = elf_begin(fd, ELF_C_READ, NULL); in look_in_sections() 514 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
|
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 53 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in is_shared_obj() 403 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in get_syms()
|
H A D | symintOpen.c | 171 ELF_C_READ, (Elf *)NULL)) == NULL) in _symintOpen()
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_original_elf_init.c | 91 Elf_Cmd what_kind_of_elf_read = ELF_C_READ; in dwarf_init()
|
/titanic_41/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 190 cmd = ELF_C_READ; in main()
|
/titanic_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 77 elfdes = elf_begin(fd, ELF_C_READ, (Elf *)0); in _elf_nlist()
|
/titanic_41/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 178 Elf_Cmd cmd = ELF_C_READ; in archive() 440 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in process_args()
|
/titanic_41/usr/src/cmd/mdb/tools/findfp/sparc/ |
H A D | findfp.c | 119 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in main()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 564 Elf_Cmd cmd = ELF_C_READ; in archive() 639 ELF_C_READ, elf)) == 0) { in archive() 959 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in main()
|
/titanic_41/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 157 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in main()
|
/titanic_41/usr/src/tools/chk4ubin/ |
H A D | chk4ubin.c | 155 elf = elf_begin(fd, ELF_C_READ, NULL); in chk4ubin()
|
/titanic_41/usr/src/head/ |
H A D | libelf.h | 53 ELF_C_READ, enumerator
|
/titanic_41/usr/src/cmd/lockstat/ |
H A D | sym.c | 155 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_init()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 595 if ((arelf = elf_begin(fd, ELF_C_READ, in ar_extract_bysym() 733 Elf_Cmd cmd = ELF_C_READ; in ar_extract_all()
|
/titanic_41/usr/src/lib/libtnfctl/ |
H A D | traverse.c | 69 elf = elf_begin(objfd, ELF_C_READ, NULL); in _tnfctl_traverse_object()
|