Home
last modified time | relevance | path

Searched refs:section_id (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBLocationToDWARFExpression.cpp93 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local
95 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
HDSymbolFilePDB.cpp1389 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local
1391 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
/freebsd-11-stable/contrib/binutils/bfd/
HDsection.c766 static int section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ in bfd_section_init() local
768 newsect->id = section_id; in bfd_section_init()
775 section_id++; in bfd_section_init()
HDChangeLog-0001942 * section.c (bfd_make_section_anyway): Don't increment section_id
7478 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h354 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord()
358 m_section_id(section_id) { in AllocationRecord()
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_bios.c43 find_section(struct bdb_header *bdb, int section_id) in find_section() argument
60 if (current_id == section_id) in find_section()
/freebsd-11-stable/sys/dev/smartpqi/
HDsmartpqi_init.c442 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table()
459 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()
HDsmartpqi_structures.h161 uint16_t section_id; member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h301 lldb::user_id_t section_id);