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

  /external/elfutils/libelf/
elf32_getehdr.c 79 __elfw2(LIBELFBITS,getehdr_wrlock) (Elf *elf)
elf32_getshdr.c 250 __elfw2(LIBELFBITS,getshdr_rdlock) (Elf_Scn *scn)
272 __elfw2(LIBELFBITS,getshdr_wrlock) (Elf_Scn *scn)
295 result = __elfw2(LIBELFBITS,getshdr_rdlock) (scn);
elf32_updatenull.c 127 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) function
133 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf);
144 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf);
200 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (scn1);
elf32_getphdr.c 49 __elfw2(LIBELFBITS,getphdr_wrlock) (Elf *elf)
260 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf);
libelfP.h 52 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro
elf32_updatefile.c 128 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) function
520 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) function

Completed in 92 milliseconds