Searched refs:__elfw2 (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf32_getshdr.c | 248 __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()
|
H A D | elf32_updatenull.c | 129 __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()
|
H A D | elf32_getehdr.c | 79 __elfw2(LIBELFBITS,getehdr_wrlock) (Elf *elf) in ElfW2()
|
H A D | elf32_getphdr.c | 47 __elfw2(LIBELFBITS,getphdr_wrlock) (Elf *elf) in ElfW2() 258 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf); in ElfW2()
|
H A D | elf32_updatefile.c | 125 __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
|
H A D | libelfP.h | 50 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) macro
|
Completed in 4 milliseconds