Home
last modified time | relevance | path

Searched refs:string_offsets (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_enums.py157 string_offsets = {}
176 string_offsets[ enum ] = i
187 print(' { %5u, 0x%08X }, /* %s */' % (string_offsets[enum], enum, name))
/external/crosvm/arch/src/
Dfdt.rs78 string_offsets: BTreeMap<CString, u32>, field
119 string_offsets: BTreeMap::new(), in new()
211 if let Some(off) = self.string_offsets.get(&s) { in intern_string()
216 self.string_offsets.insert(s, off); in intern_string()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-invalid-5.s7 # Every unit contributes to the string_offsets table.