Home
last modified time | relevance | path

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

/third_party/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch5 @@ -137,7 +137,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
14 @@ -152,7 +152,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
23 @@ -330,7 +330,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
32 @@ -352,9 +352,9 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
44 @@ -416,7 +416,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
53 @@ -430,7 +430,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
/third_party/elfutils/libelf/
Delf32_updatenull.c129 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) in __elfw2() function
135 ehdr = __elfw2(LIBELFBITS,getehdr_wrlock) (elf); in __elfw2()
146 (void) __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in __elfw2()
202 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (scn1); in __elfw2()
Delf32_getshdr.c248 __elfw2(LIBELFBITS,getshdr_rdlock) (Elf_Scn *scn) in ElfW2()
270 __elfw2(LIBELFBITS,getshdr_wrlock) (Elf_Scn *scn) in ElfW2()
293 result = __elfw2(LIBELFBITS,getshdr_rdlock) (scn); in ElfW2()
Delf32_getphdr.c47 __elfw2(LIBELFBITS,getphdr_wrlock) (Elf *elf) in ElfW2()
258 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in ElfW2()
Delf32_getehdr.c79 __elfw2(LIBELFBITS,getehdr_wrlock) (Elf *elf) in ElfW2()
Delf32_updatefile.c125 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
532 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) in __elfw2() function
DlibelfP.h50 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro
DChangeLog117 * elf32_updatefile.c (__elfw2): Remove casts of malloc return values.
751 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Move nested
934 * elf32_updatenull.c (__elfw2(LIBELFBITS,updatenull_wrlock)): Consider
1133 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Likewise.
1134 (__elfw2(LIBELFBITS,updatefile)): Likewise.
1417 * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle
1420 (__elfw2(LIBELFBITS,updatefile)): Likewise.