Searched refs:__elfw2 (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 127 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) in __elfw2() function 133 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf); in __elfw2() 144 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in __elfw2() 200 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (scn1); in __elfw2()
|
D | elf32_getshdr.c | 250 __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()
|
D | elf32_getphdr.c | 49 __elfw2(LIBELFBITS,getphdr_wrlock) (Elf *elf) in ElfW2() 260 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in ElfW2()
|
D | elf32_getehdr.c | 79 __elfw2(LIBELFBITS,getehdr_wrlock) (Elf *elf) in ElfW2()
|
D | elf32_updatefile.c | 128 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function 520 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
|
D | libelfP.h | 52 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro
|
D | ChangeLog | 456 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Move nested 639 * elf32_updatenull.c (__elfw2(LIBELFBITS,updatenull_wrlock)): Consider 838 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Likewise. 839 (__elfw2(LIBELFBITS,updatefile)): Likewise. 1122 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle 1125 (__elfw2(LIBELFBITS,updatefile)): Likewise.
|