| /src/external/gpl3/gcc/dist/gcc/ |
| cgraph.h | 271 const char * get_section () const function
|
| varasm.cc | 290 get_section (const char *name, unsigned int flags, tree decl, 466 return get_section (name, flags, decl); 788 return get_section (rname, (SECTION_LINKONCE | flags), decl); 814 return get_section (rname, (SECTION_LINKONCE | flags), decl); 825 return get_section (rname, flags, decl); 830 return get_section (sname, flags, decl); 910 return get_section (name, flags, NULL); 939 return get_section (name, flags, NULL); 1717 return get_section (buf, SECTION_WRITE, NULL); 1729 sec = get_section (".dtors", SECTION_WRITE, NULL) 289 get_section (const char *name, unsigned int flags, tree decl, function [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| module.cc | 1417 const section *get_section (unsigned s) const function in class:elf::elf_in 1731 const section *sec = get_section (snum); 1845 shnum = get_section (0)->size; 1858 strndx = get_section (0)->link;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cgraph.h | 268 const char * get_section () const function
|
| varasm.cc | 293 get_section (const char *name, unsigned int flags, tree decl, 469 return get_section (name, flags, decl); 791 return get_section (rname, (SECTION_LINKONCE | flags), decl); 817 return get_section (rname, (SECTION_LINKONCE | flags), decl); 828 return get_section (rname, flags, decl); 833 return get_section (sname, flags, decl); 913 return get_section (name, flags, NULL); 942 return get_section (name, flags, NULL); 1720 return get_section (buf, SECTION_WRITE, NULL); 1732 sec = get_section (".dtors", SECTION_WRITE, NULL) 292 get_section (const char *name, unsigned int flags, tree decl, function [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| module.cc | 1381 const section *get_section (unsigned s) const function in class:elf::elf_in 1695 const section *sec = get_section (snum); 1809 shnum = get_section (0)->size; 1822 strndx = get_section (0)->link;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 4077 static const SectionRef get_section(MachOObjectFile *O, const char *segname, function 6111 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); 6113 CL = get_section(O, "__DATA", "__objc_classlist"); 6115 CL = get_section(O, "__DATA_CONST", "__objc_classlist"); 6117 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist"); 6121 SectionRef CR = get_section(O, "__OBJC2", "__class_refs"); 6123 CR = get_section(O, "__DATA", "__objc_classrefs"); 6125 CR = get_section(O, "__DATA_CONST", "__objc_classrefs"); 6127 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs"); 6131 SectionRef SR = get_section(O, "__OBJC2", "__super_refs") [all...] |