Searched refs:fctp (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf32_updatefile.c | 143 #undef fctp in __elfw2() macro 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() macro 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() macro 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) (converte in __elfw2() 555 #undef fctp __elfw2() macro 556 #define fctp __elfw2() macro 609 #undef fctp __elfw2() macro 610 #define fctp __elfw2() macro 751 #undef fctp __elfw2() macro 752 #define fctp __elfw2() macro [all...] |
H A 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()
|
H A 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()
|
Completed in 2 milliseconds