Searched refs:lie (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c486 struct broken_word *lie; local
491 for (lie = (struct broken_word *) (fragP->fr_symbol);
492 lie && lie->dispfrag == fragP;
493 lie = lie->next_broken_word)
494 if (lie->added == 1)
1581 struct broken_word *lie; local
1585 for (lie = broken_words; lie; li
2160 struct broken_word *lie; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h110 PointerIntPair<IndexListEntry*, 2, unsigned> lie; member in class:llvm::SlotIndex
113 : lie(entry, slot) {}
118 assert(!lie.getPointer()->isPoisoned() &&
121 return lie.getPointer();
130 return static_cast<Slot>(lie.getInt());
144 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
145 assert(lie.getPointer() != nullptr &&
152 return lie.getPointer();
166 return lie == other.lie;
[all...]
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1157 struct line_info_entry *lie; local
1373 if ((lie = malloc(sizeof(*lie))) == NULL) {
1377 lie->addr = lineaddr;
1378 lie->line = lineno;
1379 lie->file = strdup(sfile);
1380 if (lie->file == NULL) {
1382 free(lie);
1385 SLIST_INSERT_HEAD(line_info, lie, entries);
1438 lie
1549 struct line_info_entry *lie; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql603 /* Tell a lie: We ignore that 99.9% of all moved_to values are NULL */

Completed in 144 milliseconds