Searched refs:section_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp93 uint32_t section_id = symbol.getAddressSection();
95 auto section = section_list->FindSectionByID(section_id);
H A DSymbolFilePDB.cpp1390 auto section_id = pub_symbol->getAddressSection(); local
1392 auto section = section_list->FindSectionByID(section_id);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp175 uint8_t section_id = data.getU8(c); local
183 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) {
197 section_id, *sect_name});
199 } else if (section_id <= llvm::wasm::WASM_SEC_EVENT) {
202 section_id, ConstString()});
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h354 unsigned alignment, unsigned section_id, const char *name)
358 m_section_id(section_id) {
352 AllocationRecord(uintptr_t host_address, uint32_t permissions, lldb::SectionType sect_type, size_t size, unsigned alignment, unsigned section_id, const char *name) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h301 lldb::user_id_t section_id);
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c644 switch (LE_16(section_hdr->section_id)) {
665 LE_16(section_hdr->section_id));
H A Dsmartpqi_structures.h155 uint16_t section_id; member in struct:pqi_conf_table_section_header

Completed in 187 milliseconds