Home
last modified time | relevance | path

Searched refs:ste_child_free (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsymtable.h36 unsigned ste_child_free : 1; /* true if a child block has free vars, member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsymtable.h36 unsigned ste_child_free : 1; /* true if a child block has free vars, member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c69 ste->ste_child_free = 0; in ste_new()
485 || !(ste->ste_free || ste->ste_child_free)) in check_unoptimized()
488 trailer = (ste->ste_child_free ? in check_unoptimized()
702 if (entry->ste_free || entry->ste_child_free) in analyze_block()
703 ste->ste_child_free = 1; in analyze_block()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c71 ste->ste_child_free = 0; in ste_new()
487 || !(ste->ste_free || ste->ste_child_free)) in check_unoptimized()
490 trailer = (ste->ste_child_free ? in check_unoptimized()
704 if (entry->ste_free || entry->ste_child_free) in analyze_block()
705 ste->ste_child_free = 1; in analyze_block()