/ndk/build/awk/ |
extract-debuggable.awk | 118 function _xml_in_section (sec_begin, sec_end) { 120 while (!match($0, sec_end "$")) {
|
extract-minsdkversion.awk | 115 function _xml_in_section (sec_begin, sec_end) { 117 while (!match($0, sec_end "$")) {
|
extract-package-name.awk | 119 function _xml_in_section (sec_begin, sec_end) { 121 while (!match($0, sec_end "$")) {
|
xml.awk | 103 function _xml_in_section (sec_begin, sec_end) { 105 while (!match($0, sec_end "$")) { 210 # sec_end: is the pattern for the end of the record (minus trailing '>').
|
extract-launchable.awk | 177 function _xml_in_section (sec_begin, sec_end) { 179 while (!match($0, sec_end "$")) {
|
/toolchain/binutils/binutils-2.25/bfd/ |
i386msdos.c | 64 file_ptr sec_end = (sizeof (hdr) local 67 if (sec_end > outfile_size) 68 outfile_size = sec_end;
|
elf32-msp430.c | 1691 bfd_vma sec_end; local [all...] |
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 235 const char *sec_end = sec_start + vn_size; local 239 if (p + sizeof(Elf_Verneed) > sec_end) 248 if (paux + sizeof(Elf_Vernaux) > sec_end) 269 const char *sec_end = sec_start + vd_size; local 273 if (p + sizeof(Elf_Verdef) > sec_end) [all...] |