OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newscn
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/tests/
ecp.c
84
Elf_Scn *
newscn
= elf_newscn (outelf);
local
87
gelf_update_shdr (
newscn
, gelf_getshdr (scn, &shdr_mem));
89
*elf_newdata (
newscn
) = *elf_getdata (scn, NULL);
Makefile.am
59
show-abbrev hash
newscn
ecp dwflmodtest \
73
newscn
run-strip-test.sh run-strip-test2.sh \
run-strings-test.sh
395
testfile8: 82e0 elf_ndxscn (shdr_info[cnt].
newscn
) == idx
398
testfile8: 83a0 elf_ndxscn (shdr_info[cnt].
newscn
) == shdr_info[cnt].idx
464
testfile9: 3b40 elf_ndxscn (shdr_info[cnt].
newscn
) == idx
467
testfile9: 3c00 elf_ndxscn (shdr_info[cnt].
newscn
) == shdr_info[cnt].idx
/external/elfutils/src/
strip.c
401
Elf_Scn *
newscn
;
member in struct:shdr_info
952
shdr_info[cnt].
newscn
= elf_newscn (newelf);
953
if (shdr_info[cnt].
newscn
== NULL)
957
assert (elf_ndxscn (shdr_info[cnt].
newscn
) == shdr_info[cnt].idx);
989
shdr_info[cnt].
newscn
= elf_newscn (newelf);
990
if (shdr_info[cnt].
newscn
== NULL)
994
assert (elf_ndxscn (shdr_info[cnt].
newscn
) == shdr_info[cnt].idx);
996
shdr_info[cnt].data = elf_newdata (shdr_info[cnt].
newscn
);
1045
shdr_info[cnt].
newscn
= elf_newscn (newelf);
1046
if (shdr_info[cnt].
newscn
== NULL
[
all
...]
unstrip.c
277
Elf_Scn *
newscn
= elf_newscn (outelf);
280
ELF_CHECK (gelf_update_shdr (
newscn
, gelf_getshdr (scn, &shdr_mem)),
285
Elf_Data *newdata = elf_newdata (
newscn
);
276
Elf_Scn *
newscn
= elf_
newscn
(outelf);
local
[
all
...]
Completed in 46 milliseconds