Searched refs:udata (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbinary.c198 syms[0].udata.p = NULL;
206 syms[1].udata.p = NULL;
214 syms[2].udata.p = NULL;
H A Dlibecoff.h176 #define ecoff_get_sym_index(symbol) ((symbol)->udata.i)
177 #define ecoff_set_sym_index(symbol, idx) ((symbol)->udata.i = (idx))
H A Dreloc16.c123 if (p->udata.p != NULL)
127 h = (struct generic_link_hash_entry *) p->udata.p;
H A Dppcboot.c316 syms[0].udata.p = NULL;
324 syms[1].udata.p = NULL;
332 syms[2].udata.p = NULL;
H A Dvms-gsd.c904 if ((old_flags & BSF_FUNCTION) && symbol->udata.p != NULL)
906 code_address = ((asymbol *) (symbol->udata.p))->value;
907 ca_psindx = ((asymbol *) (symbol->udata.p))->section->index;
H A Dpef.c109 char *buf = alloca (symbol->udata.i);
111 size_t len = symbol->udata.i;
171 sym->udata.i = 0;
747 traceback.udata.i = ret;
919 sym.udata.i = 0;
H A Daout-ns32k.c333 #define KEEPIT udata.i
H A Dlinker.c1310 p->udata.p = NULL;
1343 p->udata.p = h;
2177 if (sym->udata.p != NULL)
2178 h = sym->udata.p;
2747 /* sym->udata may have been set by
2749 if (sym->udata.p != NULL)
2750 h = sym->udata.p;
H A Dbout.c875 r_idx = (*g->sym_ptr_ptr)->udata.i;
1131 if (p->udata.p != NULL)
1135 h = (struct generic_link_hash_entry *) p->udata.p;
H A Di386lynx.c121 #define KEEPIT udata.i
H A Dhp300hpux.c604 cache_ptr->symbol.udata.p = NULL;
H A Dmach-o.c698 ntype = (s->udata.i >> 24) & 0xff;
699 nsect = (s->udata.i >> 16) & 0xff;
700 ndesc = s->udata.i & 0xffff;
764 s->udata.i = (type << 24) | (section << 16) | desc;
H A Driscix.c364 r_index = (*g->sym_ptr_ptr)->udata.i;
H A Dsom.c2569 is stored in the udata pointer for section symbols! */
2571 count1 = (*sym1)->udata.i;
2576 count2 = (*sym2)->udata.i;
2629 SOM symbol info. So we just use the udata field to hold the
2635 syms[i]->udata.i = 0;
2674 /* Handle section symbols by storing the count in the udata
2679 (*reloc->sym_ptr_ptr)->udata.i =
2680 (*reloc->sym_ptr_ptr)->udata.i + scale;
2703 information, so we reuse the udata field again. */
2705 sorted_syms[i]->udata
[all...]
H A Delf.c2641 symindx = elf_group_id (sec)->udata.i;
2648 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
3148 sym->udata.i = i + 1;
3163 sym->udata.i = i + 1;
4813 symbol chain, so udata is 0. When the linker is generating
4816 if (asym_ptr->udata.i == 0
4828 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;
4831 idx = asym_ptr->udata.i;
H A Dpeicode.h615 sym->symbol.udata.i = 0;
H A Dsrec.c1219 c->udata.p = NULL;
H A Dcoffgen.c719 symbol_ptr_ptr[symbol_index]->udata.i = symbol_index;
940 #define set_index(symbol, idx) ((symbol)->udata.i = (idx))
H A Doasys.c237 dest->udata.p = (PTR) NULL;
H A Dieee.c901 symbol->symbol.udata.p = (PTR) NULL;
917 symbol->symbol.udata.p = (PTR) NULL;
1068 symbol->symbol.udata.p = (PTR) NULL;
H A Dcoffcode.h1157 #define get_index(symbol) ((symbol)->udata.i)
4863 dst->symbol.udata.i = 0;
H A Dpdp11.c308 #define KEEPIT udata.i
1807 in->symbol.udata.p = NULL;
1989 /* NB: `KEEPIT' currently overlays `udata.p', so set this only
/haiku-fatelf/src/apps/debugger/dwarf/
H A DAttributeClasses.cpp156 { ENTRY(udata), AC_CONSTANT },
/haiku-fatelf/src/bin/bash/
H A Darray.c155 array_walk(a, func, udata)
158 void *udata;
165 if ((*func)(ae, udata) < 0)
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1526 unsigned char udata; /* unsigned data byte */ member in union:__anon4141

Completed in 319 milliseconds

12