OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sec_end
(Results
1 - 6
of
6
) sorted by null
/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
"$")) {
/external/llvm/include/llvm/Object/
ELF.h
848
const char *
sec_end
= sec_start + vd_size;
local
873
const char *
sec_end
= sec_start + vn_size;
local
[
all
...]
Completed in 505 milliseconds