Searched defs:sect_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.c122 rc_findsect(struct rcfile *rcp, const char *sectname, int sect_id) argument
302 rc_getstringptr(struct rcfile *rcp, const char *section, int sect_id, argument
320 rc_getstring(struct rcfile *rcp, const char *section, int sect_id, argument
339 rc_getint(struct rcfile *rcp, const char *section, int sect_id, argument
366 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, argument
416 rc_getkeys(struct rcfile *rcp, const char *sectname, int sect_id) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp415 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) argument
22 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const ConstString &name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
56 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const ConstString &name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
[all...]

Completed in 108 milliseconds