OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fctp
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libelf/
elf32_xlatetof.c
122
xfct_t
fctp
;
variable
128
fctp
= __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
130
fctp
= __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
134
(*
fctp
) (dest->d_buf, src->d_buf, src->d_size, 1);
elf32_xlatetom.c
123
xfct_t
fctp
;
variable
129
fctp
= __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
131
fctp
= __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
135
(*
fctp
) (dest->d_buf, src->d_buf, src->d_size, 0);
elf32_updatefile.c
147
xfct_t
fctp
;
local
148
fctp
= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
150
# undef
fctp
151
# define
fctp
__elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
155
(*
fctp
) ((char *) elf->map_address + elf->start_offset, ehdr,
185
xfct_t
fctp
;
local
186
fctp
= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
188
# undef
fctp
189
# define
fctp
__elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
193
(*
fctp
) (elf->map_address + elf->start_offset + ehdr->e_phoff
336
xfct_t
fctp
;
local
492
xfct_t
fctp
;
local
543
xfct_t
fctp
;
local
653
xfct_t
fctp
;
local
[
all
...]
Completed in 156 milliseconds