Searched refs:text_end (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnetbsd.h89 file_ptr text_end; local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);
H A Dlibecoff.h94 unsigned long text_end; member in struct:ecoff_tdata
H A Di386lynx.c42 file_ptr text_end; \
44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
H A Dpdp11.c285 file_ptr text_end; local
288 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
353 file_ptr text_end; local
355 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
866 file_ptr text_end; local
906 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size;
907 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
914 text_end = obj_textsec (abfd)->size;
915 text_pad += BFD_ALIGN (text_end, adat
1144 file_ptr text_end; local
3644 file_ptr text_end; local
[all...]
H A Dhp300hpux.c294 file_ptr text_end; local
301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
H A Dlibaout.h626 file_ptr text_end; \
629 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
H A Driscix.c113 file_ptr text_end; \
116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
H A Daoutx.h926 file_ptr text_end; local
967 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size;
968 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
975 text_end = obj_textsec (abfd)->size;
976 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
977 text_end += obj_textsec (abfd)->filepos;
980 text_end += text_pad;
1083 file_ptr *text_end ATTRIBUTE_UNUSE
1220 file_ptr text_end; local
[all...]
H A Daout-tic30.c624 file_ptr text_end; local
627 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
H A Decoff.c120 ecoff->text_end = internal_a->text_start + internal_a->tsize;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkext_alloc.c69 mach_vm_offset_t text_end, text_start; local
81 text_end = vm_map_round_page(text->vmaddr + text->vmsize,
83 text_size = text_end - text_start;
85 kext_alloc_base = KEXT_ALLOC_BASE(text_end);
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c1035 #define STRING_CMP_IC(case_fold_flag,s1,ps2,len,text_end) do {\
1036 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len, text_end) == 0) \
1041 UChar* s1, UChar** ps2, OnigDistance mblen, const UChar* text_end)
1051 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, text_end, buf1);
1052 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, text_end, buf2);
1076 #define STRING_CMP_VALUE_IC(case_fold_flag,s1,ps2,len,text_end,is_fail) do {\
1077 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len, text_end) == 0) \
2939 const UChar* text, const UChar* text_end, UChar* text_range)
2943 end = (UChar* )text_end;
2971 s += enclen(enc, s, text_end);
1040 string_cmp_ic(OnigEncoding enc, int case_fold_flag, UChar* s1, UChar** ps2, OnigDistance mblen, const UChar* text_end) argument
2938 slow_search(OnigEncoding enc, UChar* target, UChar* target_end, const UChar* text, const UChar* text_end, UChar* text_range) argument
2998 slow_search_ic(OnigEncoding enc, int case_fold_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* text_end, UChar* text_range) argument
3023 slow_search_backward(OnigEncoding enc, UChar* target, UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument
3055 slow_search_backward_ic(OnigEncoding enc, int case_fold_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument
3083 bm_search_notrev(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3140 bm_search(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3188 bm_search_notrev_ic(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3243 bm_search_ic(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3287 bm_search_notrev(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3347 bm_search(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3390 bm_search_notrev_ic(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3447 bm_search_ic(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument
3514 bm_search_backward(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument
3543 map_search(OnigEncoding enc, UChar map[], const UChar* text, const UChar* text_range, const UChar* text_end) argument
3557 map_search_backward(OnigEncoding enc, UChar map[], const UChar* text, const UChar* adjust_text, const UChar* text_start, const UChar* text_end) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dmemline.c5033 int text_end; local
5057 text_end = dp->db_txt_end;
5059 text_end = ((dp->db_index[idx - 1]) & DB_INDEX_MASK);
5072 size += text_end - ((dp->db_index[idx]) & DB_INDEX_MASK);
5187 int text_end; local
5237 text_end = dp->db_txt_end;
5239 text_end = ((dp->db_index[idx - 1]) & DB_INDEX_MASK);
5252 + text_end - (int)((dp->db_index[idx]) & DB_INDEX_MASK)
5265 len = text_end - ((dp->db_index[idx]) & DB_INDEX_MASK);
5275 - (text_end
[all...]

Completed in 219 milliseconds