Lines Matching defs:ad
1050 char* ad = NULL;
1054 /* Figure out if we want to add it; if so, set ad to its
1055 address. Otherwise leave ad == NULL. */
1059 ad = calloc(1, stab[j].st_size);
1090 ad = ehdrC + shdr[ secno ].sh_offset + stab[j].st_value;
1099 ad = (char *)allocateFunctionDesc((Elf_Addr)ad);
1103 ad, oc->fileName, nm );
1110 if (ad != NULL) {
1117 //ghciInsertStrHashTable(oc->fileName, global_symbol_table, nm, ad);
1118 paranoid_addto_StringMap(global_symbol_table, nm, ad);