Searched refs:shnum (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 5 @@ -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) 51 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); 53 @@ -430,7 +430,7 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) 61 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
|
/third_party/openssl/util/perl/ |
D | checkhandshake.pm | 89 my $shnum = 0; 94 $shnum = 1; 98 $shnum++ if ($numsh == 1 && TLSProxy::Proxy::is_tls13()); 113 $shnum++ if $message->mt() == TLSProxy::Message::MT_SERVER_HELLO; 137 && $extshnum != $shnum; 151 $shnum = 0; 156 $shnum = 1; 160 $shnum++ if ($numsh == 1 && TLSProxy::Proxy::is_tls13()); 180 $shnum++ if $message->mt() == TLSProxy::Message::MT_SERVER_HELLO; 215 && $extshnum != $shnum;
|
/third_party/glib/gio/ |
D | gresource-tool.c | 183 size_t shstrndx, shnum; in elf_foreach_resource_section() local 192 elf_getshdrnum (elf, &shnum); in elf_foreach_resource_section() 193 g_assert (shnum >= 0); in elf_foreach_resource_section() 195 for (scnidx = 1; scnidx < shnum; scnidx++) in elf_foreach_resource_section()
|
/third_party/toybox/toys/posix/ |
D | file.c | 37 phentsize, phnum, shsize, shnum; local 110 shnum = elf_int(toybuf+48+12*bits, 2); 152 if (shoff+i*shnum>TT.len) goto bad; 153 for (i = 0; i<shnum; i++) {
|