Home
last modified time | relevance | path

Searched refs:slot_type (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/dvb/
Dca.h57 unsigned int slot_type; /* OR of all supported types */ member
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DTypeSlots.py427 def __init__(self, sub_slots, slot_type, slot_name): argument
430 self.slot_type = slot_type
452 self.slot_type,
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1325 unsigned slot_type = hdr->GetRelocationJumpSlotType(); in ParsePLTRelocations() local
1332 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
/external/chromium_org/v8/src/heap/
Dmark-compact.cc3230 SlotsBuffer::SlotType slot_type, Address addr) { in UpdateSlot() argument
3231 switch (slot_type) { in UpdateSlot()