Home
last modified time | relevance | path

Searched refs:GElf_Xword (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c81 GElf_Xword size; /* total size in non-default case for sections */ in process()
86 GElf_Xword first; in process()
87 GElf_Xword second; in process()
88 GElf_Xword third; in process()
89 GElf_Xword totsize; in process()
224 GElf_Xword memsize; in process_phdr()
225 GElf_Xword total; in process_phdr()
226 GElf_Xword First; in process_phdr()
227 GElf_Xword Second; in process_phdr()
228 GElf_Xword Third; in process_phdr()
[all …]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h120 GElf_Xword si_flags;
121 GElf_Xword rel_loc;
180 GElf_Xword p_memsz;
181 GElf_Xword p_filesz;
H A Dfile.c325 GElf_Xword x; in traverse_file()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_libelf.h49 extern GElf_Xword _gelf_getdyndtflags_1(Elf *);
50 extern GElf_Xword _gelf_getdynval(Elf *, GElf_Sxword);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h475 GElf_Xword dto_text_size; /* size of text section */
477 GElf_Xword dto_data_size; /* size of data section */
479 GElf_Xword dto_bss_size; /* size of BSS */
H A Ddt_impl.h131 GElf_Xword dm_text_size; /* size in bytes of text section */
133 GElf_Xword dm_data_size; /* size in bytes of data section */
135 GElf_Xword dm_bss_size; /* size in bytes of BSS */
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c267 if (phdr.p_vaddr + phdr.p_filesz != (GElf_Xword)chk) in get_textseg()
461 GElf_Xword nsyms_pri = 0, nsyms_aux = 0; in get_symtab()
514 if ((nsyms_pri + nsyms_aux) != (GElf_Xword)nsyms) in get_symtab()
/illumos-gate/usr/src/head/
H A Dgelf.h56 typedef Elf64_Xword GElf_Xword; typedef
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c438 dst->d_tag = (GElf_Xword)(Elf32_Word)src->d_tag; in gelf32_to_dyn()
457 static GElf_Xword
458 gelf_dyn_lookup(mdb_gelf_file_t *gf, GElf_Xword tag) in gelf_dyn_lookup()
467 return ((GElf_Xword)-1L); in gelf_dyn_lookup()
1233 GElf_Xword dt_syment, dt_strsz; in mdb_gelf_symtab_create_dynamic()
H A Dmdb_nm.c850 sym.st_size = (GElf_Xword)(opt_e - addr); in cmd_nmadd()
852 sym.st_size = (GElf_Xword)(opt_s); in cmd_nmadd()
H A Dmdb_target.c1923 GElf_Xword d = 0, t = 0; in mdb_tgt_elf_export()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c1093 GElf_Xword
1122 GElf_Xword
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c660 GElf_Xword dyflags = 0; in inspect_file()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c60 GElf_Xword size;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2350 GElf_Xword nleft;
H A DPsymtab.c1201 GElf_Xword cksum; in file_differs()