Home
last modified time | relevance | path

Searched refs:s_shdr64 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_data.c84 sh_type = s->s_shdr.s_shdr64.sh_type; in elf_getdata()
85 sh_offset = s->s_shdr.s_shdr64.sh_offset; in elf_getdata()
86 sh_size = s->s_shdr.s_shdr64.sh_size; in elf_getdata()
87 sh_align = s->s_shdr.s_shdr64.sh_addralign; in elf_getdata()
248 sh_type = s->s_shdr.s_shdr64.sh_type; in elf_rawdata()
249 sh_offset = s->s_shdr.s_shdr64.sh_offset; in elf_rawdata()
250 sh_size = s->s_shdr.s_shdr64.sh_size; in elf_rawdata()
251 sh_align = s->s_shdr.s_shdr64.sh_addralign; in elf_rawdata()
H A Dlibelf_extended.c62 scn->s_shdr.s_shdr64.sh_size = shnum; in _libelf_setshnum()
92 scn->s_shdr.s_shdr64.sh_link = (Elf64_Word) shstrndx; in _libelf_setshstrndx()
121 scn->s_shdr.s_shdr64.sh_info = (Elf64_Word) phnum; in _libelf_setphnum()
H A Dgelf_cap.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getcap()
122 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_cap()
H A Dgelf_syminfo.c61 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsyminfo()
122 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_syminfo()
H A Dgelf_symshndx.c64 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsymshndx()
116 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_symshndx()
H A Dgelf_dyn.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getdyn()
123 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_dyn()
H A Dgelf_move.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getmove()
126 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_move()
H A Dgelf_rel.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getrel()
128 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_rel()
H A Dgelf_sym.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getsym()
125 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_sym()
H A Dgelf_rela.c63 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_getrela()
130 sh_type = scn->s_shdr.s_shdr64.sh_type; in gelf_update_rela()
H A Delf_scn.c133 scn->s_shdr.s_shdr64.sh_offset; in _libelf_load_section_headers()
134 scn->s_size = scn->s_shdr.s_shdr64.sh_size; in _libelf_load_section_headers()
H A Delf_update.c127 shdr64 = &s->s_shdr.s_shdr64; in _libelf_compute_section_extents()
465 sh_type = s->s_shdr.s_shdr64.sh_type; in _libelf_resync_sections()
740 sh_type = s->s_shdr.s_shdr64.sh_type; in _libelf_write_scn()
741 sh_size = s->s_shdr.s_shdr64.sh_size; in _libelf_write_scn()
1004 src.d_buf = &scn->s_shdr.s_shdr64; in _libelf_write_shdr()
H A Dgelf_shdr.c112 scn->s_shdr.s_shdr64 = *s; in gelf_update_shdr()
H A D_libelf.h150 Elf64_Shdr s_shdr64; member
H A Dlibelf_ehdr.c74 scn->s_shdr.s_shdr64.M) in _libelf_load_extended()