HomeSort by relevance Sort by last modified time
    Searched defs:__elfw2 (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libelf/
elf32_updatenull.c 136 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) function
142 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf);
155 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf);
209 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (&list->data[1]);
elf32_updatefile.c 127 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) function
469 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) function
libelfP.h 76 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro

Completed in 60 milliseconds