OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_shdr
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libelf/
libelf_extended.c
70
scn->
s_shdr
.s_shdr32.sh_size = (Elf32_Word) shnum;
72
scn->
s_shdr
.s_shdr64.sh_size = shnum;
100
scn->
s_shdr
.s_shdr32.sh_link = (Elf32_Word) shstrndx;
102
scn->
s_shdr
.s_shdr64.sh_link = (Elf64_Word) shstrndx;
129
scn->
s_shdr
.s_shdr32.sh_info = (Elf32_Word) phnum;
131
scn->
s_shdr
.s_shdr64.sh_info = (Elf64_Word) phnum;
elf_data.c
89
sh_type = s->
s_shdr
.s_shdr32.sh_type;
90
sh_offset = (uint64_t) s->
s_shdr
.s_shdr32.sh_offset;
91
sh_size = (uint64_t) s->
s_shdr
.s_shdr32.sh_size;
92
sh_align = (uint64_t) s->
s_shdr
.s_shdr32.sh_addralign;
94
sh_type = s->
s_shdr
.s_shdr64.sh_type;
95
sh_offset = s->
s_shdr
.s_shdr64.sh_offset;
96
sh_size = s->
s_shdr
.s_shdr64.sh_size;
97
sh_align = s->
s_shdr
.s_shdr64.sh_addralign;
252
sh_type = s->
s_shdr
.s_shdr32.sh_type;
253
sh_offset = (uint64_t) s->
s_shdr
.s_shdr32.sh_offset
[
all
...]
libelf_shdr.c
59
return ((void *) &s->
s_shdr
);
gelf_syminfo.c
69
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
71
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
130
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
132
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_symshndx.c
79
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
81
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
131
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
133
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_cap.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
130
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
132
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_dyn.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
131
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
133
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_move.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
134
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
136
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_rel.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
133
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
135
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_rela.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
134
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
136
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
gelf_sym.c
71
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
73
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
133
sh_type = scn->
s_shdr
.s_shdr32.sh_type;
135
sh_type = scn->
s_shdr
.s_shdr64.sh_type;
elf_scn.c
121
(*xlator)((unsigned char *) &scn->
s_shdr
, sizeof(scn->
s_shdr
),
126
scn->
s_shdr
.s_shdr32.sh_offset;
127
scn->s_size = scn->
s_shdr
.s_shdr32.sh_size;
130
scn->
s_shdr
.s_shdr64.sh_offset;
131
scn->s_size = scn->
s_shdr
.s_shdr64.sh_size;
gelf_shdr.c
122
scn->
s_shdr
.s_shdr64 = *s;
126
sh32 = &scn->
s_shdr
.s_shdr32;
libelf_ehdr.c
79
(*xlator)((unsigned char *) &scn->
s_shdr
, sizeof(scn->
s_shdr
),
83
#define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->
s_shdr
.s_shdr32.M : \
84
scn->
s_shdr
.s_shdr64.M)
elf_update.c
136
shdr32 = &s->
s_shdr
.s_shdr32;
137
shdr64 = &s->
s_shdr
.s_shdr64;
473
sh_type = s->
s_shdr
.s_shdr32.sh_type;
475
sh_type = s->
s_shdr
.s_shdr64.sh_type;
748
sh_type = s->
s_shdr
.s_shdr32.sh_type;
749
sh_size = (uint64_t) s->
s_shdr
.s_shdr32.sh_size;
751
sh_type = s->
s_shdr
.s_shdr64.sh_type;
752
sh_size = s->
s_shdr
.s_shdr64.sh_size;
1013
src.d_buf = &scn->
s_shdr
.s_shdr32;
1015
src.d_buf = &scn->
s_shdr
.s_shdr64
[
all
...]
_libelf.h
149
}
s_shdr
;
member in struct:_Elf_Scn
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026