Searched refs:section_id (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | clearstate_defs.h | 26 enum section_id { enum 41 const enum section_id id;
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | clearstate_defs.h | 26 enum section_id { enum 41 const enum section_id id;
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_bios.c | 92 find_raw_section(const void *_bdb, enum bdb_block_id section_id) in find_raw_section() argument 113 if (current_id == section_id) in find_raw_section() 126 static u32 raw_block_offset(const void *bdb, enum bdb_block_id section_id) in raw_block_offset() argument 130 block = find_raw_section(bdb, section_id); in raw_block_offset() 139 enum bdb_block_id section_id; member 145 enum bdb_block_id section_id) in bdb_find_section() argument 150 if (entry->section_id == section_id) in bdb_find_section() 158 enum bdb_block_id section_id; member 161 { .section_id = BDB_GENERAL_FEATURES, 163 { .section_id = BDB_GENERAL_DEFINITIONS, [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 172 uint8_t section_id = data.getU8(c); in DecodeNextSection() local 180 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection() 194 section_id, *sect_name}); in DecodeNextSection() 196 } else if (section_id <= llvm::wasm::WASM_SEC_LAST_KNOWN) { in DecodeNextSection() 199 section_id, ConstString()}); in DecodeNextSection()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 94 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local 96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
|
| H A D | SymbolFilePDB.cpp | 1411 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local 1413 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | section.c | 710 static int section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ in bfd_section_init() local 712 newsect->id = section_id; in bfd_section_init() 733 section_id++; in bfd_section_init()
|
| H A D | ChangeLog-0001 | 942 * section.c (bfd_make_section_anyway): Don't increment section_id 7478 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | section.c | 751 static int section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ in bfd_section_init() local 753 newsect->id = section_id; in bfd_section_init() 774 section_id++; in bfd_section_init()
|
| H A D | ChangeLog-0001 | 942 * section.c (bfd_make_section_anyway): Don't increment section_id 7478 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 349 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord() 352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 307 lldb::user_id_t section_id);
|