OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionType
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCSectionMachO.cpp
105
unsigned
SectionType
= TAA & MCSectionMachO::SECTION_TYPE;
106
assert(
SectionType
<= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
107
"Invalid
SectionType
specified!");
109
if (SectionTypeDescriptors[
SectionType
].AssemblerName) {
111
OS << SectionTypeDescriptors[
SectionType
].AssemblerName;
226
StringRef
SectionType
= Comma.first;
227
StripSpaces(
SectionType
);
233
SectionType
== SectionTypeDescriptors[TypeID].AssemblerName)
290
// If we have a stub size spec, we must have a
sectiontype
of S_SYMBOL_STUBS.
/external/jhead/
jhead.h
243
int RemoveSectionType(int
SectionType
);
246
Section_t * FindSection(int
SectionType
);
247
Section_t * CreateSection(int
SectionType
, unsigned char * Data, int size);
jpgfile.c
913
Section_t * FindSection(int
SectionType
)
918
if (Sections[a].Type ==
SectionType
){
929
int RemoveSectionType(int
SectionType
)
933
if (Sections[a].Type ==
SectionType
){
997
Section_t * CreateSection(int
SectionType
, unsigned char * Data, int Size)
1004
if (
SectionType
== M_EXIF) NewIndex = 0; // Exif alwas goes first!
1023
NewSection->Type =
SectionType
;
/external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js
96
var SECTION_KEY = '
sectionType
';
263
var
SectionType
= {
959
populateData(findList('most_visited'),
SectionType
.MOST_VISITED, data,
983
populateData(findList('recently_closed'),
SectionType
.RECENTLY_CLOSED,
1021
populateData(findList('bookmarks'),
SectionType
.BOOKMARKS,
[
all
...]
/external/llvm/lib/Object/
MachOObjectFile.cpp
778
unsigned
SectionType
= Flags & MachO::SectionFlagMaskSectionType;
779
Res =
SectionType
== MachO::SectionTypeZeroFill ||
780
SectionType
== MachO::SectionTypeZeroFillLarge;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 175 milliseconds