Searched refs:__elfw2 (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/src/libelf/ |
D | elf32_updatenull.c | 115 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) in __elfw2() function 121 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf); in __elfw2() 134 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in __elfw2() 192 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (&list->data[1]); in __elfw2()
|
D | elf32_getshdr.c | 236 __elfw2(LIBELFBITS,getshdr_rdlock) (scn) 258 __elfw2(LIBELFBITS,getshdr_wrlock) (scn) 283 result = __elfw2(LIBELFBITS,getshdr_rdlock) (scn);
|
D | elf32_fsize.c | 71 local_strong_alias (elfw2(LIBELFBITS, fsize), __elfw2(LIBELFBITS, msize))
|
D | elf32_getehdr.c | 80 __elfw2(LIBELFBITS,getehdr_wrlock) (elf)
|
D | elf32_getphdr.c | 49 __elfw2(LIBELFBITS,getphdr_wrlock) (elf) 252 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf);
|
D | elf32_updatefile.c | 106 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function 492 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
|
D | libelfP.h | 55 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro
|
D | ChangeLog | 155 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Likewise. 156 (__elfw2(LIBELFBITS,updatefile)): Likewise. 439 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle 442 (__elfw2(LIBELFBITS,updatefile)): Likewise.
|