OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_len
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
check.pl
845
local($i, $exp_len, $
got_len
);
849
$
got_len
= length($got);
850
if ($exp_len != $
got_len
) {
851
if ($exp_len < $
got_len
) {
855
} elsif (substr($exp, 0, $
got_len
) eq $got) {
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
756
check_got (int * got_type, int *
got_len
)
771
*
got_len
= 6;
776
*
got_len
= 3;
781
*
got_len
= 3;
792
past_got = atp + *
got_len
+ 1;
812
int
got_len
, got_type;
local
815
gotfree_copy = check_got (& got_type, &
got_len
);
825
+
got_len
;
[
all
...]
Completed in 995 milliseconds