Home
last modified time | relevance | path

Searched refs:__elfw2 (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libelf/
Delf32_updatenull.c127 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) in __elfw2() function
133 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf); in __elfw2()
146 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in __elfw2()
204 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (&list->data[1]); in __elfw2()
Delf32_getshdr.c250 __elfw2(LIBELFBITS,getshdr_rdlock) (Elf_Scn *scn) in ElfW2()
272 __elfw2(LIBELFBITS,getshdr_wrlock) (Elf_Scn *scn) in ElfW2()
295 result = __elfw2(LIBELFBITS,getshdr_rdlock) (scn); in ElfW2()
Delf32_fsize.c68 local_strong_alias (elfw2(LIBELFBITS, fsize), __elfw2(LIBELFBITS, msize))
Delf32_getphdr.c49 __elfw2(LIBELFBITS,getphdr_wrlock) (Elf *elf) in ElfW2()
260 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in ElfW2()
Delf32_getehdr.c79 __elfw2(LIBELFBITS,getehdr_wrlock) (Elf *elf) in ElfW2()
DChangeLog97 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Move nested
280 * elf32_updatenull.c (__elfw2(LIBELFBITS,updatenull_wrlock)): Consider
479 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Likewise.
480 (__elfw2(LIBELFBITS,updatefile)): Likewise.
763 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle
766 (__elfw2(LIBELFBITS,updatefile)): Likewise.
Delf32_updatefile.c129 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
511 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
DlibelfP.h56 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro