OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_type
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx
143
unsigned
section_type
= (*header)[idx]->getType();
local
145
rsl_assert((
section_type
== SHT_PROGBITS ||
146
section_type
== SHT_NOBITS) &&
149
if (
section_type
== SHT_NOBITS) {
/external/qemu/
savevm.c
1067
uint8_t
section_type
;
local
1081
while ((
section_type
= qemu_get_byte(f)) != QEMU_VM_EOF) {
1088
switch (
section_type
) {
1144
fprintf(stderr, "Unknown savevm section type %d\n",
section_type
);
[
all
...]
Completed in 144 milliseconds