OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scns
(Results
1 - 14
of
14
) sorted by null
/external/elfutils/libelf/
elf_clone.c
46
elf->state.elf32.
scns
.max * sizeof (Elf_Scn));
56
assert (offsetof (struct Elf, state.elf32.
scns
)
57
== offsetof (struct Elf, state.elf64.
scns
));
58
retval->state.elf.scns_last = &retval->state.elf32.
scns
;
59
retval->state.elf32.
scns
.max = elf->state.elf32.
scns
.max;
elf_nextscn.c
45
|| (offsetof (Elf, state.elf32.
scns
)
46
== offsetof (Elf, state.elf64.
scns
)))
48
if (elf->state.elf32.
scns
.cnt > 1)
49
result = &elf->state.elf32.
scns
.data[1];
53
if (elf->state.elf64.
scns
.cnt > 1)
54
result = &elf->state.elf64.
scns
.data[1];
elf_getscn.c
49
|| (offsetof (struct Elf, state.elf32.
scns
)
50
== offsetof (struct Elf, state.elf64.
scns
))
51
? &elf->state.elf32.
scns
: &elf->state.elf64.
scns
);
elf_getshnum.c
52
|| (offsetof (Elf, state.elf32.
scns
)
53
== offsetof (Elf, state.elf64.
scns
))
54
? &elf->state.elf32.
scns
: &elf->state.elf64.
scns
)))
elf_strptr.c
50
|| (offsetof (struct Elf, state.elf32.
scns
)
51
== offsetof (struct Elf, state.elf64.
scns
))
52
? &elf->state.elf32.
scns
: &elf->state.elf64.
scns
);
elf_begin.c
245
elf->state.elf32.
scns
.cnt = elf->state.elf32.
scns
.max = scncnt;
271
elf->state.elf32.
scns
.data[cnt].index = cnt;
272
elf->state.elf32.
scns
.data[cnt].elf = elf;
273
elf->state.elf32.
scns
.data[cnt].shdr.e32 =
275
elf->state.elf32.
scns
.data[cnt].rawdata_base =
276
elf->state.elf32.
scns
.data[cnt].data_base =
279
elf->state.elf32.
scns
.data[cnt].list = &elf->state.elf32.
scns
;
314
elf->state.elf32.
scns
.data[cnt].index = cnt
[
all
...]
elf_end.c
105
|| (offsetof (struct Elf, state.elf32.
scns
)
106
== offsetof (struct Elf, state.elf64.
scns
))
107
? &elf->state.elf32.
scns
108
: &elf->state.elf64.
scns
);
156
|| (offsetof (struct Elf, state.elf32.
scns
)
157
== offsetof (struct Elf, state.elf64.
scns
))
158
? &elf->state.elf32.
scns
159
: &elf->state.elf64.
scns
))
elf_newscn.c
47
assert (offsetof (Elf, state.elf32.
scns
)
48
== offsetof (Elf, state.elf64.
scns
));
60
|| (offsetof (Elf, state.elf32.
scns
)
61
== offsetof (Elf, state.elf64.
scns
))
62
? &elf->state.elf32.
scns
: &elf->state.elf64.
scns
)))
elf_getshstrndx.c
82
if (elf->state.elf32.
scns
.data[0].shdr.e32 != NULL)
84
num = elf->state.elf32.
scns
.data[0].shdr.e32->sh_link;
121
if (elf->state.elf64.
scns
.data[0].shdr.e64 != NULL)
123
num = elf->state.elf64.
scns
.data[0].shdr.e64->sh_link;
elf32_updatefile.c
66
sort_sections (Elf_Scn **
scns
, Elf_ScnList *list)
68
Elf_Scn **scnp =
scns
;
78
qsort (
scns
, scnp -
scns
, sizeof (*
scns
), compare_sections);
172
Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).
scns
;
173
Elf_Scn **
scns
= (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
local
189
sort_sections (
scns
, list);
195
Elf_Scn *scn =
scns
[cnt];
478
Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).
scns
;
480
Elf_Scn **
scns
= (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
local
[
all
...]
elf32_updatenull.c
151
assert (elf->state.ELFW(elf,LIBELFBITS).
scns
.cnt > 0);
157
elf->state.ELFW(elf,LIBELFBITS).
scns
.data[0].shdr.ELFW(e,LIBELFBITS)->sh_size
159
elf->state.ELFW(elf,LIBELFBITS).
scns
.data[0].shdr_flags
165
list = &elf->state.ELFW(elf,LIBELFBITS).
scns
;
elf32_getshdr.c
173
elf->state.ELFW(elf,LIBELFBITS).
scns
.data[cnt].shdr.ELFW(e,LIBELFBITS)
libelfP.h
310
Elf_ScnList
scns
;
member in struct:Elf::__anon1823::__anon1825
334
Elf_ScnList
scns
;
member in struct:Elf::__anon1823::__anon1826
/build/tools/apriori/
apriori.c
1691
range_t *
scns
= get_sorted_ranges(dyn->sections, &num_
scns
);
local
[
all
...]
Completed in 43 milliseconds