Home
last modified time | relevance | path

Searched refs:gelf_getehdr (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshstrndx.c51 if (gelf_getehdr(elf, &ehdr) == 0) in elf_getshdrstrndx()
H A Dgetshnum.c57 if (gelf_getehdr(elf, &ehdr) == 0) in elf_getshdrnum()
H A Dgetphnum.c53 if (gelf_getehdr(elf, &ehdr) == NULL) in elf_getphdrnum()
H A Dmapfile-vers86 gelf_getehdr;
/illumos-gate/usr/src/cmd/mdb/tools/common/
H A Dfindscn.c40 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c96 if (gelf_getehdr(elf, &ehdr) == NULL) { in delete_comment()
187 if (gelf_getehdr(telf, &tehdr) == NULL) { in delete_comment()
H A Ddispsyms.c78 if (gelf_getehdr(elf, &ehdr) == NULL) { in print_symtab()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c90 if (gelf_getehdr(elf, &ehdr) == NULL) in is_shared_obj()
146 if (gelf_getehdr(elf, &ehdr) == NULL) in get_txtorigin()
244 if (gelf_getehdr(elf, &ehdr) == NULL) in get_textseg()
/illumos-gate/usr/src/cmd/boot/symdef/
H A Dsymdef.c87 ((gelf_getehdr(elfp, &ehdr)) == NULL) || in main()
/illumos-gate/usr/src/man/man3elf/
H A DMakefile86 gelf_getehdr.3elf \
160 gelf_getehdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c195 if (gelf_getehdr(sm->sm_elf, &sm->sm_ehdr) == NULL) { in secmap_alloc()
345 if (gelf_getehdr(elf, &ehdr) == NULL) { in main()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c119 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) { in look_in_sections()
530 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) {
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c75 if (gelf_getehdr(elfdes, &ehdr) == 0) in _elf_nlist()
/illumos-gate/usr/src/head/
H A Dgelf.h110 GElf_Ehdr * gelf_getehdr(Elf *, GElf_Ehdr *);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c111 if ((gelf_getehdr(elf_file, &ehdr) == 0) || (ehdr.e_phnum == 0)) { in dump_exec_header()
H A Ddump.c605 (void) gelf_getehdr(elf_file, &p_ehdr); in print_symtab()
664 (void) gelf_getehdr(elf_file, &p_ehdr); in print_shdr()
1084 (void) gelf_getehdr(elf_file, &p_ehdr); in dump_dynamic()
1334 if (gelf_getehdr(elf_file, elf_head_p) == NULL) { in dump_elf_header()
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c63 if ((gelf_getehdr(elf, &ehdr)) == NULL) in walk_symtab()
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c114 if (gelf_getehdr(elf, &ehdr) == 0) { in process()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c476 if (gelf_getehdr(elf, &ehdr) == NULL) { in dis_tgt_create()
583 (void) gelf_getehdr(tgt->dt_elf, ehdr); in dis_tgt_ehdr()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c133 if ((gelf_getehdr(elf, &ehdr)) == NULL) { in mod_binary_path_get()
/illumos-gate/usr/src/lib/libproc/common/
H A DPidle.c247 if (gelf_getehdr(elf, &ehdr) == NULL) { in Pgrab_file()
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c107 if (gelf_getehdr(elf, &ehdr) == NULL) in ctfmerge_elfopen()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c75 if (gelf_getehdr(src, &sehdr) == NULL) { in ctf_write_elf()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c258 if (gelf_getehdr(elf, &ehdr) == NULL) { in process_file()
733 (void) gelf_getehdr(dst_elf, &dst_ehdr); in build_file()
1487 (void) gelf_getehdr(elf, &ehdr); in location()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c263 if (gelf_getehdr(mp->mi_elf, &ehdr) == NULL) { in load_map()

12