Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libelf/
Delf_data.c70 sh_type = s->s_shdr.s_shdr32.sh_type; in elf_getdata()
71 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset; in elf_getdata()
72 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in elf_getdata()
73 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign; in elf_getdata()
75 sh_type = s->s_shdr.s_shdr64.sh_type; in elf_getdata()
76 sh_offset = s->s_shdr.s_shdr64.sh_offset; in elf_getdata()
77 sh_size = s->s_shdr.s_shdr64.sh_size; in elf_getdata()
78 sh_align = s->s_shdr.s_shdr64.sh_addralign; in elf_getdata()
213 sh_type = s->s_shdr.s_shdr32.sh_type; in elf_rawdata()
214 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset; in elf_rawdata()
[all …]
Dlibelf_extended.c61 scn->s_shdr.s_shdr32.sh_size = shnum; in _libelf_setshnum()
63 scn->s_shdr.s_shdr64.sh_size = shnum; in _libelf_setshnum()
91 scn->s_shdr.s_shdr32.sh_link = shstrndx; in _libelf_setshstrndx()
93 scn->s_shdr.s_shdr64.sh_link = shstrndx; in _libelf_setshstrndx()
120 scn->s_shdr.s_shdr32.sh_info = phnum; in _libelf_setphnum()
122 scn->s_shdr.s_shdr64.sh_info = phnum; in _libelf_setphnum()
Delf_scn.c107 (*xlator)((char *) &scn->s_shdr, sizeof(scn->s_shdr), src, in _libelf_load_scn()
112 scn->s_shdr.s_shdr32.sh_offset; in _libelf_load_scn()
113 scn->s_size = scn->s_shdr.s_shdr32.sh_size; in _libelf_load_scn()
116 scn->s_shdr.s_shdr64.sh_offset; in _libelf_load_scn()
117 scn->s_size = scn->s_shdr.s_shdr64.sh_size; in _libelf_load_scn()
Dgelf_symshndx.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsymshndx()
63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsymshndx()
108 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_symshndx()
110 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_symshndx()
Dgelf_syminfo.c62 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsyminfo()
64 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsyminfo()
119 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_syminfo()
121 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_syminfo()
Dgelf_cap.c62 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getcap()
64 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getcap()
119 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_cap()
121 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_cap()
Dgelf_dyn.c59 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getdyn()
61 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getdyn()
115 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_dyn()
117 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_dyn()
Dgelf_move.c62 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getmove()
64 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getmove()
121 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_move()
123 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_move()
Dgelf_rel.c59 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getrel()
61 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getrel()
117 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_rel()
119 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_rel()
Dgelf_rela.c59 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getrela()
61 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getrela()
118 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_rela()
120 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_rela()
Dgelf_sym.c59 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsym()
61 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsym()
120 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_sym()
122 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_sym()
Dlibelf_ehdr.c66 (*xlator)((char *) &scn->s_shdr, sizeof(scn->s_shdr), in _libelf_load_extended()
70 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \ in _libelf_load_extended()
71 scn->s_shdr.s_shdr64.M) in _libelf_load_extended()
Delf_update.c100 shdr32 = &s->s_shdr.s_shdr32; in _libelf_compute_section_extents()
101 shdr64 = &s->s_shdr.s_shdr64; in _libelf_compute_section_extents()
347 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_resync_sections()
349 sh_type = s->s_shdr.s_shdr64.sh_type; in _libelf_resync_sections()
597 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_write_scn()
598 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in _libelf_write_scn()
600 sh_type = s->s_shdr.s_shdr64.sh_type; in _libelf_write_scn()
601 sh_size = s->s_shdr.s_shdr64.sh_size; in _libelf_write_scn()
836 src.d_buf = &scn->s_shdr.s_shdr32; in _libelf_write_elf()
838 src.d_buf = &scn->s_shdr.s_shdr64; in _libelf_write_elf()
Dgelf_shdr.c113 scn->s_shdr.s_shdr64 = *s; in gelf_update_shdr()
117 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
Dlibelf_shdr.c54 return ((void *) &s->s_shdr); in _libelf_getshdr()
D_libelf.h122 } s_shdr; member
/freebsd-10-stable/sys/netipx/
Dspx.h134 struct spxhdr s_shdr; /* prototype header to transmit */ member
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 */
Dspx_usrreq.c538 si->si_s = cb->s_shdr; in spx_output()
750 si->si_s = cb->s_shdr; in spx_output()
934 spxhdr = cb->s_shdr; in spx_ctloutput()
1433 cb->s_shdr.spx_dt = *(u_char *)(&p[2]); in spx_send()
/freebsd-10-stable/lib/libdwarf/
D_libdwarf.h147 GElf_Shdr s_shdr; /* Copy of the section header. */ member
Ddwarf_init.c650 memcpy(&dbg->dbg_s[i].s_shdr, &shdr, sizeof(shdr)); in dwarf_elf_read()