Searched refs:offsets (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h30 virtual void GetGlobalVariables(ConstString basename, DIEArray &offsets) = 0;
33 DIEArray &offsets) = 0;
34 virtual void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) = 0;
35 virtual void GetObjCMethods(ConstString class_name, DIEArray &offsets) = 0;
38 DIEArray &offsets) = 0;
39 virtual void GetTypes(ConstString name, DIEArray &offsets) = 0;
40 virtual void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) = 0;
41 virtual void GetNamespaces(ConstString name, DIEArray &offsets) = 0;
47 DIEArray &offsets) = 0;
H A DManualDWARFIndex.h28 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
30 DIEArray &offsets) override;
31 void GetGlobalVariables(const DWARFUnit &unit, DIEArray &offsets) override;
32 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override;
34 DIEArray &offsets) override;
35 void GetTypes(ConstString name, DIEArray &offsets) override;
36 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
37 void GetNamespaces(ConstString name, DIEArray &offsets) override;
42 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DAppleDWARFIndex.cpp55 void AppleDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) { argument
57 m_apple_names_up->FindByName(basename.GetStringRef(), offsets);
61 DIEArray &offsets) {
67 DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
71 DIEArray &offsets) {
78 DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
82 DIEArray &offsets) {
84 m_apple_objc_up->FindByName(class_name.GetStringRef(), offsets);
89 DIEArray &offsets) {
92 class_name.GetStringRef(), offsets, must_be_implementatio
60 GetGlobalVariables(const RegularExpression &regex, DIEArray &offsets) argument
70 GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) argument
81 GetObjCMethods(ConstString class_name, DIEArray &offsets) argument
87 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation, DIEArray &offsets) argument
96 GetTypes(ConstString name, DIEArray &offsets) argument
101 GetTypes(const DWARFDeclContext &context, DIEArray &offsets) argument
151 GetNamespaces(ConstString name, DIEArray &offsets) argument
160 DIEArray offsets; local
168 GetFunctions(const RegularExpression &regex, DIEArray &offsets) argument
[all...]
H A DDebugNamesDWARFIndex.h27 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
29 DIEArray &offsets) override;
30 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
31 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override {}
33 DIEArray &offsets) override;
34 void GetTypes(ConstString name, DIEArray &offsets) override;
35 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
36 void GetNamespaces(ConstString name, DIEArray &offsets) override;
42 DIEArray &offsets) override;
70 void Append(const DebugNames::Entry &entry, DIEArray &offsets);
[all...]
H A DDebugNamesDWARFIndex.cpp70 DIEArray &offsets) {
72 offsets.push_back(*ref);
87 DIEArray &offsets) {
88 m_fallback.GetGlobalVariables(basename, offsets);
95 Append(entry, offsets);
100 DIEArray &offsets) {
101 m_fallback.GetGlobalVariables(regex, offsets);
114 Append(*entry_or, offsets);
122 DIEArray &offsets) {
123 m_fallback.GetGlobalVariables(cu, offsets);
69 Append(const DebugNames::Entry &entry, DIEArray &offsets) argument
86 GetGlobalVariables(ConstString basename, DIEArray &offsets) argument
99 GetGlobalVariables(const RegularExpression &regex, DIEArray &offsets) argument
121 GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) argument
143 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation, DIEArray &offsets) argument
186 GetTypes(ConstString name, DIEArray &offsets) argument
196 GetTypes(const DWARFDeclContext &context, DIEArray &offsets) argument
207 GetNamespaces(ConstString name, DIEArray &offsets) argument
242 GetFunctions(const RegularExpression &regex, DIEArray &offsets) argument
[all...]
H A DAppleDWARFIndex.h35 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
37 DIEArray &offsets) override;
38 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
39 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override;
41 DIEArray &offsets) override;
42 void GetTypes(ConstString name, DIEArray &offsets) override;
43 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
44 void GetNamespaces(ConstString name, DIEArray &offsets) override;
49 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DManualDWARFIndex.cpp350 void ManualDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) { argument
352 m_set.globals.Find(basename, offsets);
356 DIEArray &offsets) {
358 m_set.globals.Find(regex, offsets);
362 DIEArray &offsets) {
364 m_set.globals.FindAllEntriesForUnit(unit, offsets);
368 DIEArray &offsets) {
370 m_set.objc_class_selectors.Find(class_name, offsets);
375 DIEArray &offsets) {
377 m_set.types.Find(class_name, offsets);
355 GetGlobalVariables(const RegularExpression &regex, DIEArray &offsets) argument
361 GetGlobalVariables(const DWARFUnit &unit, DIEArray &offsets) argument
367 GetObjCMethods(ConstString class_name, DIEArray &offsets) argument
373 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation, DIEArray &offsets) argument
380 GetTypes(ConstString name, DIEArray &offsets) argument
385 GetTypes(const DWARFDeclContext &context, DIEArray &offsets) argument
388 m_set.types.Find(ConstString(context[0].name), offsets); local
391 GetNamespaces(ConstString name, DIEArray &offsets) argument
403 DIEArray offsets; local
414 DIEArray offsets; local
427 DIEArray offsets; local
437 DIEArray offsets; local
446 GetFunctions(const RegularExpression &regex, DIEArray &offsets) argument
[all...]
H A DSymbolFileDWARFDwp.cpp101 auto *offsets =
103 if (offsets) {
104 data.SetData(section_data, offsets->Offset, offsets->Length);
/freebsd-11-stable/contrib/ntp/include/
H A Dieee754io.h55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/freebsd-11-stable/contrib/gcc/
H A Dtree-stdarg.h31 int *offsets; member in struct:stdarg_info
H A Dtree-stdarg.c124 if (si->offsets == NULL)
128 si->offsets = XNEWVEC (int, num_ssa_names);
130 si->offsets[i] = -1;
138 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
146 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
204 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
208 si->offsets[SSA_NAME_VERSION (lhs)] = max_size;
210 si->offsets[SSA_NAME_VERSION (lhs)] = val;
538 && si->offsets[SSA_NAME_VERSION (use)] != -1)
543 gpr_size = si->offsets[SSA_NAME_VERSIO
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dcolumns.c62 * Parse the source string, storing the offsets and widths of each column in
66 split_row(char *source, unsigned *offsets, unsigned *widths) argument
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark;
78 offsets[result] = offset;
83 widths[result - 1] = offset - offsets[result - 1];
103 unsigned *offsets; local
116 offsets = dlg_calloc(unsigned, maxcols);
120 assert_ptr(offsets, "dlg_align_columns");
125 unsigned cols = split_row(*value, offsets, widths);
140 unsigned cols = split_row(*value, offsets, width
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk31 offsets[num_strings] = offset;
35 offsets[num_strings] = -1;
41 return offsets[num_strings - 1];
H A Dalloc_entry.c125 int offsets[MAX_ENTRY_SIZE / sizeof(short)]; local
155 if (i < SIZEOF(offsets)) {
157 offsets[i] = ABSENT_OFFSET;
159 offsets[i] = CANCELLED_OFFSET;
161 offsets[i] = (int) (tp->Strings[i] - stringbuf);
178 if (i < SIZEOF(offsets)) {
179 if (offsets[i] == ABSENT_OFFSET) {
181 } else if (offsets[i] == CANCELLED_OFFSET) {
184 tp->Strings[i] = tp->str_table + offsets[i];
192 if (n < SIZEOF(offsets)) {
[all...]
H A Dwrite_entry.c525 compute_offsets(char **Strings, size_t strmax, short *offsets) argument
532 offsets[i] = -1;
534 offsets[i] = -2;
536 offsets[i] = (short) nextfree;
631 short offsets[MAX_ENTRY_SIZE / 2]; local
672 nextfree = compute_offsets(tp->Strings, strmax, offsets);
706 TRACE_OUT(("String offsets begin at %04x", *offset));
708 /* the string offsets */
709 convert_shorts(buf, offsets, strmax);
730 offsets);
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c96 apr_array_header_t *offsets; member in struct:svn_fs_x__changes_t
111 changes->offsets = apr_array_make(result_pool, 16, sizeof(int));
112 APR_ARRAY_PUSH(changes->offsets, int) = 0;
190 APR_ARRAY_PUSH(changes->offsets, int) = changes->changes->nelts;
191 *list_index = (apr_size_t)(changes->offsets->nelts - 2);
229 if (idx + 1 >= (apr_size_t)changes->offsets->nelts)
235 idx, changes->offsets->nelts - 1);
238 list_first = APR_ARRAY_IDX(changes->offsets, (int)idx, int);
239 list_last = APR_ARRAY_IDX(changes->offsets, (int)idx + 1, int);
317 /* serialize offsets arra
475 const int *offsets local
[all...]
H A Dreps.c123 /* for used entries i, prefixes[i] == text[offsets[i]]; 0 otherwise.
128 /* for used entries i, offsets[i] is start offset in the text corpus;
131 apr_uint32_t *offsets; member in struct:hash_t
212 /* offsets > 0 but smaller that this are considered base references */
321 hash->offsets = apr_palloc(result_pool, sizeof(*hash->offsets) * size);
324 hash->offsets[i] = NO_OFFSET;
369 apr_uint32_t offset = hash->offsets[i];
375 if (copy.offsets[idx] == NO_OFFSET)
379 copy.offsets[id
[all...]
H A Dindex.c48 * limit file offsets stored in the indexes.
115 /* global file offsets (item index is the array index) within the
118 apr_off_t *offsets; member in struct:l2p_page_t
158 /* offsets of the pages / cluster descriptions within the index file */
159 apr_off_t *offsets; member in struct:p2l_header_t
823 /* identify container offsets and create container list */
924 /* collect the item offsets and sub-item value for the current revision */
1349 /* correct the page description offsets */
1456 result->offsets = apr_pcalloc(result_pool, result->entry_count
1457 * sizeof(*result->offsets));
1536 l2p_page_get_offset(l2p_page_baton_t *baton, const l2p_page_t *page, const apr_off_t *offsets, const apr_uint32_t *sub_items, apr_pool_t *scratch_pool) argument
1570 const apr_off_t *offsets local
2392 p2l_page_info_copy(p2l_page_info_baton_t *baton, const p2l_header_t *header, const apr_off_t *offsets) argument
2433 const apr_off_t *offsets local
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dieee754io.c147 offsets_t offsets,
152 *(bufp + offsets[*fieldindex]) = val;
166 offsets_t offsets
208 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
213 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
224 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
225 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
233 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
234 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
236 mantissa_low = (u_long)get_byte(bufp, offsets,
145 put_byte( unsigned char *bufp, offsets_t offsets, int *fieldindex, unsigned char val ) argument
[all...]
/freebsd-11-stable/sys/dev/bhnd/nvram/
H A Dnvramvar.h84 const struct bhnd_sprom_offset *offsets; /**< offset descriptors */ member in struct:bhnd_sprom_var
H A Dbhnd_sprom_subr.c283 off = &sv->offsets[i];
289 bhnd_nvram_type_width(sv->offsets[i-1].type);
385 off = &sv->offsets[i];
391 bhnd_nvram_type_width(sv->offsets[i-1].type);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsomsolib.c1389 struct section_offsets *offsets)
1395 /* Oh what a pain! We need the offsets before so_list->objfile
1402 offsets->offsets[SECT_OFF_TEXT (objfile)]
1405 offsets->offsets[SECT_OFF_RODATA (objfile)]
1406 = ANOFFSET (offsets, SECT_OFF_TEXT (objfile));
1415 offsets->offsets[SECT_OFF_DATA (objfile)] = 0;
1416 offsets
1388 som_solib_section_offsets(struct objfile *objfile, struct section_offsets *offsets) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c47 * limit file offsets stored in the indexes.
120 /* global file offsets (item index is the array index) within the
123 apr_uint64_t *offsets; member in struct:l2p_page_t
154 /* offsets of the pages / cluster descriptions within the index file */
155 apr_off_t *offsets; member in struct:p2l_header_t
346 /* Create and open a packed number stream reading from offsets START to
798 /* collect the item offsets and sub-item value for the current revision */
1072 /* correct the page description offsets */
1342 result->offsets = apr_pcalloc(result_pool, result->entry_count
1343 * sizeof(*result->offsets));
1484 l2p_page_get_entry(l2p_entry_baton_t *baton, const l2p_page_t *page, const apr_uint64_t *offsets, apr_pool_t *scratch_pool) argument
1517 const apr_uint64_t *offsets local
2282 p2l_page_info_copy(p2l_page_info_baton_t *baton, const p2l_header_t *header, const apr_off_t *offsets) argument
2323 const apr_off_t *offsets local
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c147 if (pstr->offsets != NULL)
149 int *new_offsets = re_realloc (pstr->offsets, int, new_buf_len);
152 pstr->offsets = new_offsets;
404 if (pstr->offsets == NULL)
406 pstr->offsets = re_malloc (int, pstr->bufs_len);
408 if (pstr->offsets == NULL)
414 pstr->offsets[i] = i;
420 pstr->offsets[byte_idx] = src_idx;
423 pstr->offsets[byte_idx + i]
446 pstr->offsets[byte_id
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c1485 arm_stack_offsets *offsets;
1502 offsets = arm_get_frame_offsets ();
1503 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
3734 least common denominator, e.g. SImode, and offsets from 0 to 64.
4037 /* VFP addressing modes actually allow greater offsets, but for
4162 /* Small negative offsets are best done with a subtract before the
4263 TLS offsets, not real symbol references. */
5397 /* Constants are converted into offsets from labels. */
5663 are constant offsets, no
1480 arm_stack_offsets *offsets; local
9535 arm_stack_offsets *offsets; local
9849 arm_stack_offsets *offsets; local
10186 arm_stack_offsets *offsets; local
10490 struct arm_stack_offsets *offsets; local
10601 arm_stack_offsets *offsets; local
10689 arm_stack_offsets *offsets; local
13656 arm_stack_offsets *offsets; local
13712 arm_stack_offsets *offsets; local
13874 arm_stack_offsets *offsets; local
15274 arm_stack_offsets *offsets; local
15314 arm_stack_offsets *offsets; local
[all...]

Completed in 218 milliseconds

123