Searched refs:fctp (Results 1 – 4 of 4) sorted by relevance
/third_party/elfutils/libelf/ |
D | elf32_updatefile.c | 143 #undef fctp in __elfw2() 144 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() macro 147 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2() 184 #undef fctp in __elfw2() 185 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() macro 188 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() 344 #undef fctp in __elfw2() 345 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2() macro 354 (*fctp) (last_position, dl->data.d.d_buf, in __elfw2() 383 (*fctp) (converted, dl->data.d.d_buf, size, 1); in __elfw2() [all …]
|
D | elf32_xlatetof.c | 94 xfct_t fctp; in elfw2() local 95 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 98 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1); in elfw2()
|
D | elf32_xlatetom.c | 99 xfct_t fctp; in elfw2() local 100 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2() 103 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0); in elfw2()
|
D | ChangeLog | 313 * elf32_updatefile.c (updatemmap): Define fctp from __elf_xfctstom
|