Searched refs:section_list (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h3041 asection **section_list;
3052 section_list = bfd_malloc (amt);
3053 if (section_list == NULL)
3059 section_list[i] = current;
3062 section_list[i] = NULL;
3064 qsort (section_list, count, sizeof (asection *), sort_by_secaddr);
3073 current = section_list[i];
3094 free (section_list);
3040 asection **section_list; local
H A Delf32-arm.c9489 typedef struct section_list struct
9492 struct section_list * next;
9493 struct section_list * prev;
9495 section_list; typedef in typeref:struct:section_list
9504 static section_list * sections_with_arm_elf_section_data = NULL;
9509 struct section_list * entry;
9522 static struct section_list *
9525 struct section_list * entry;
9526 static struct section_list * last_entry = NULL;
9559 struct section_list * entr
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1384 auto section_list = m_objfile_sp->GetSectionList();
1385 if (!section_list)
1391 auto section = section_list->FindSectionByID(section_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1242 lldb_private::SectionList &section_list) {
1254 section_list.AddSection(section_sp);
1240 PopulateSectionList( lldb_private::ObjectFile *obj_file, lldb_private::SectionList &section_list) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1429 SectionList *section_list = module->GetSectionList(); local
1430 if (section_list) {
1435 section_list->Dump(&strm,
2709 SectionList *section_list = module->GetSectionList(); variable
2710 if (section_list) {
2744 section_list->FindSectionByName(const_sect_name));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1842 SectionList *section_list = objc_module_sp->GetSectionList();
1844 if (section_list) {
1846 section_list->FindSectionByName(ConstString("__TEXT")));
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2237 SectionList *section_list = objfile->GetSectionList(); local
2238 if (section_list) {
2242 const size_t num_sections = section_list->GetSize();
2244 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));

Completed in 231 milliseconds

12