OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsymidx
(Results
1 - 4
of
4
) sorted by null
/external/elfcopy/
elfcopy.h
45
newsymidx
: contains a mapping between the indices of old symbols and new
46
symbols. If a symbol table has changed, then
newsymidx
!=
47
NULL; otherwise, it is NULL. Thus
newsymidx
can be used also
52
Elf32_Word *
newsymidx
;
member in struct:shdr_info_t
elfcopy.c
40
Elf32_Word *
newsymidx
);
374
shdr_info[cnt].
newsymidx
=
457
shdr_info[cnt].
newsymidx
[inner] = destidx;
507
shdr_info[cnt].
newsymidx
[inner] = destidx;
553
shdr_info[cnt].
newsymidx
[inner] = (Elf32_Word)-1;
602
FREE (shdr_info[cnt].
newsymidx
);
603
shdr_info[cnt].
newsymidx
= NULL;
705
Elf32_Word *
newsymidx
=
local
[
all
...]
/external/elfutils/src/
strip.c
390
Elf32_Word *
newsymidx
;
member in struct:shdr_info
1301
Elf32_Word *
newsymidx
local
1534
Elf32_Word *
newsymidx
= shdr_info[symtabidx].
newsymidx
;
local
[
all
...]
/build/tools/soslim/
soslim.c
512
FREEIF(shdr_info[cnt].
newsymidx
);
Completed in 75 milliseconds