Searched refs:s_shdr (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Dlibelf_extended.c61 scn->s_shdr.s_shdr32.sh_size = shnum;
63 scn->s_shdr.s_shdr64.sh_size = shnum;
91 scn->s_shdr.s_shdr32.sh_link = shstrndx;
93 scn->s_shdr.s_shdr64.sh_link = shstrndx;
120 scn->s_shdr.s_shdr32.sh_info = phnum;
122 scn->s_shdr.s_shdr64.sh_info = phnum;
H A Delf_data.c70 sh_type = s->s_shdr.s_shdr32.sh_type;
71 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
72 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
73 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
75 sh_type = s->s_shdr.s_shdr64.sh_type;
76 sh_offset = s->s_shdr.s_shdr64.sh_offset;
77 sh_size = s->s_shdr.s_shdr64.sh_size;
78 sh_align = s->s_shdr.s_shdr64.sh_addralign;
213 sh_type = s->s_shdr.s_shdr32.sh_type;
214 sh_offset = (uint64_t) s->s_shdr
[all...]
H A Dlibelf_shdr.c54 return ((void *) &s->s_shdr);
H A Dgelf_cap.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
64 sh_type = scn->s_shdr.s_shdr64.sh_type;
119 sh_type = scn->s_shdr.s_shdr32.sh_type;
121 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_dyn.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
61 sh_type = scn->s_shdr.s_shdr64.sh_type;
115 sh_type = scn->s_shdr.s_shdr32.sh_type;
117 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_syminfo.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
64 sh_type = scn->s_shdr.s_shdr64.sh_type;
119 sh_type = scn->s_shdr.s_shdr32.sh_type;
121 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_symshndx.c61 sh_type = scn->s_shdr.s_shdr32.sh_type;
63 sh_type = scn->s_shdr.s_shdr64.sh_type;
108 sh_type = scn->s_shdr.s_shdr32.sh_type;
110 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_move.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
64 sh_type = scn->s_shdr.s_shdr64.sh_type;
121 sh_type = scn->s_shdr.s_shdr32.sh_type;
123 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rel.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
61 sh_type = scn->s_shdr.s_shdr64.sh_type;
117 sh_type = scn->s_shdr.s_shdr32.sh_type;
119 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rela.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
61 sh_type = scn->s_shdr.s_shdr64.sh_type;
118 sh_type = scn->s_shdr.s_shdr32.sh_type;
120 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_sym.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
61 sh_type = scn->s_shdr.s_shdr64.sh_type;
120 sh_type = scn->s_shdr.s_shdr32.sh_type;
122 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Delf_scn.c104 (*xlator)((char *) &scn->s_shdr, sizeof(scn->s_shdr), src,
109 scn->s_shdr.s_shdr32.sh_offset;
110 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
113 scn->s_shdr.s_shdr64.sh_offset;
114 scn->s_size = scn->s_shdr.s_shdr64.sh_size;
H A Dgelf_shdr.c113 scn->s_shdr.s_shdr64 = *s;
117 sh32 = &scn->s_shdr.s_shdr32;
H A Dlibelf_ehdr.c66 (*xlator)((char *) &scn->s_shdr, sizeof(scn->s_shdr),
70 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \
71 scn->s_shdr.s_shdr64.M)
H A Delf_update.c100 shdr32 = &s->s_shdr.s_shdr32;
101 shdr64 = &s->s_shdr.s_shdr64;
347 sh_type = s->s_shdr.s_shdr32.sh_type;
349 sh_type = s->s_shdr.s_shdr64.sh_type;
597 sh_type = s->s_shdr.s_shdr32.sh_type;
598 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
600 sh_type = s->s_shdr.s_shdr64.sh_type;
601 sh_size = s->s_shdr.s_shdr64.sh_size;
836 src.d_buf = &scn->s_shdr.s_shdr32;
838 src.d_buf = &scn->s_shdr
[all...]
H A D_libelf.h122 } s_shdr; member in struct:_Elf_Scn
/freebsd-10.0-release/sys/netipx/
H A Dspx.h134 struct spxhdr s_shdr; /* prototype header to transmit */ member in struct:spxpcb
135 #define s_cc s_shdr.spx_cc /* connection control (for EM bit) */
136 #define s_dt s_shdr.spx_dt /* datastream type */
137 #define s_sid s_shdr.spx_sid /* source connection identifier */
138 #define s_did s_shdr.spx_did /* destination connection identifier */
139 #define s_seq s_shdr.spx_seq /* sequence number */
140 #define s_ack s_shdr.spx_ack /* acknowledge number */
141 #define s_alo s_shdr.spx_alo /* allocation number */
H A Dspx_usrreq.c538 si->si_s = cb->s_shdr;
750 si->si_s = cb->s_shdr;
934 spxhdr = cb->s_shdr;
1433 cb->s_shdr.spx_dt = *(u_char *)(&p[2]);
/freebsd-10.0-release/lib/libdwarf/
H A D_libdwarf.h147 GElf_Shdr s_shdr; /* Copy of the section header. */ member in struct:_Dwarf_section
H A Ddwarf_init.c650 memcpy(&dbg->dbg_s[i].s_shdr, &shdr, sizeof(shdr));

Completed in 98 milliseconds