Searched refs:GElf_Shdr (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c49 GElf_Shdr *
50 gelf_getshdr(Elf_Scn *s, GElf_Shdr *d)
90 gelf_update_shdr(Elf_Scn *scn, GElf_Shdr *s)
H A Dgelf.h46 typedef Elf64_Shdr GElf_Shdr; /* Section header */ typedef
84 GElf_Shdr *gelf_getshdr(Elf_Scn *_scn, GElf_Shdr *_dst);
95 int gelf_update_shdr(Elf_Scn *_dst, GElf_Shdr *_src);
H A Dlibelf_checksum.c53 GElf_Shdr shdr;
H A Delf_strptr.c45 GElf_Shdr shdr;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c163 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst)
282 GElf_Shdr *sp;
332 nbytes = sizeof (GElf_Shdr) * shnum;
386 const GElf_Shdr *shp = &sp[i];
387 const GElf_Shdr *lhp = &sp[shp->sh_link];
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c135 GElf_Shdr sh;
205 GElf_Shdr sh;
304 (e->eo_shdr = calloc(n, sizeof(GElf_Shdr))) == NULL) {
H A Dlibdwarf_elf_access.c36 GElf_Shdr *sh;
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c53 GElf_Shdr sh;
145 GElf_Shdr sh;
H A Dsections.c113 GElf_Shdr ish;
341 GElf_Shdr ish;
627 GElf_Shdr ish;
692 GElf_Shdr ish;
821 GElf_Shdr osh;
862 GElf_Shdr osh;
934 GElf_Shdr osh;
1172 GElf_Shdr ish, osh;
1297 GElf_Shdr osh;
1403 GElf_Shdr os
[all...]
H A Dascii.c63 GElf_Shdr *sh);
84 GElf_Shdr sh;
416 GElf_Shdr sh;
744 srec_write_symtab(int ofd, const char *ofn, Elf *e, Elf_Scn *scn, GElf_Shdr *sh)
H A Dpe.c47 GElf_Shdr sh;
H A Dsymbols.c271 GElf_Shdr sh;
347 GElf_Shdr sh;
395 GElf_Shdr ish;
811 GElf_Shdr sh;
1015 GElf_Shdr shy, sht;
/freebsd-12-stable/contrib/libexecinfo/
H A Dsymtab.c108 GElf_Shdr shdr;
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c68 GElf_Shdr shdr;
H A Doutput.c340 GElf_Shdr shdr;
461 GElf_Shdr shdr;
505 GElf_Shdr shdr1;
H A Dinput.c332 GElf_Shdr si_shdr;
/freebsd-12-stable/contrib/elftoolchain/nm/
H A Dnm.c190 static bool is_sec_data(GElf_Shdr *);
192 static bool is_sec_nobits(GElf_Shdr *);
193 static bool is_sec_readonly(GElf_Shdr *);
194 static bool is_sec_text(GElf_Shdr *);
623 GElf_Shdr shdr;
773 is_sec_data(GElf_Shdr *s)
807 is_sec_nobits(GElf_Shdr *s)
816 is_sec_readonly(GElf_Shdr *s)
825 is_sec_text(GElf_Shdr *s)
1147 GElf_Shdr shd
[all...]
/freebsd-12-stable/contrib/elftoolchain/size/
H A Dsize.c94 static void berkeley_calc(GElf_Shdr *);
106 static void sysv_calc(Elf *, GElf_Ehdr *, GElf_Shdr *);
589 GElf_Shdr shdr;
682 sysv_calc(Elf *elf, GElf_Ehdr *elfhdr, GElf_Shdr *shdr)
735 berkeley_calc(GElf_Shdr *shdr)
/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c62 Elf_Scn *scn, GElf_Shdr *sh)
278 GElf_Shdr sh;
H A Dlibpmcstat.h324 Elf_Scn *scn, GElf_Shdr *sh);
/freebsd-12-stable/contrib/elftoolchain/strings/
H A Dstrings.c244 GElf_Shdr shdr;
/freebsd-12-stable/lib/libproc/
H A Dproc_sym.c164 GElf_Shdr shdr;
245 GElf_Shdr shdr;
/freebsd-12-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c179 GElf_Shdr sh;
/freebsd-12-stable/lib/librtld_db/
H A Drtld_db.c280 GElf_Shdr shdr;
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c790 GElf_Shdr shdr;
877 GElf_Shdr ctfshdr;
900 GElf_Shdr shdr;

Completed in 431 milliseconds

12