Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 98) sorted by relevance

1234

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1547 … const size_t nlist_byte_size = bit_width_32 ? sizeof(struct nlist) : sizeof(struct nlist_64); in ParseSymtab()
1998 struct nlist_64 nlist; in ParseSymtab() local
2002nlist.n_strx = dsc_local_symbols_data.GetU32_unchecked(&nlist_data_offset); in ParseSymtab()
2003nlist.n_type = dsc_local_symbols_data.GetU8_unchecked (&nlist_data_offset); in ParseSymtab()
2004nlist.n_sect = dsc_local_symbols_data.GetU8_unchecked (&nlist_data_offset); in ParseSymtab()
2005nlist.n_desc = dsc_local_symbols_data.GetU16_unchecked (&nlist_data_offset); in ParseSymtab()
2006nlist.n_value = dsc_local_symbols_data.GetAddress_unchecked (&nlist_data_offset); in ParseSymtab()
2009 … const char *symbol_name = dsc_local_symbols_data.PeekCStr(string_table_offset + nlist.n_strx); in ParseSymtab()
2019 nlist.n_strx, in ParseSymtab()
2031 bool is_debug = ((nlist.n_type & NlistMaskStab) != 0); in ParseSymtab()
[all …]
/external/elfutils/src/libelf/
Dnlist.h34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl); argument
Dnlist.c60 nlist (const char *filename, struct nlist *nl) in nlist() function
DMakefile.am40 include_HEADERS = libelf.h gelf.h nlist.h
78 nlist.c \
Dlibelf.map94 nlist;
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dnetwork.py29 nlist=[]
32 if i not in nlist:
33 nlist.append(i)
34 return nlist
/external/jpeg/
Dltconfig975 …st.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>…
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"T
989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
990 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
998 sed 's/^.* \(.*\)$/extern char \1;/' < "$nlist" >> conftest.c
1018 sed 's/^\(.*\) \(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$nlist" >> conftest.c
1041 echo "cannot find nm_test_func in $nlist" >&5
[all …]
Dltmain.sh1220 $show "$rm $nlist ${nlist}T"
1221 $run $rm "$nlist" "${nlist}T"
1234 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
1272 if test -f "$nlist"; then
1273 sed -e 's/^.* \(.*\)$/extern char \1;/' < "$nlist" >> "$objdir/$dlsyms"
1301 if test -f "$nlist"; then
1302 sed 's/^\(.*\) \(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$nlist" >> "$objdir/$dlsyms"
/external/elfutils/src/tests/
Dtest-nlist.c37 struct nlist nl[6] = in main()
49 if (nlist (".libs/test-nlist", nl) != 0 in main()
50 && nlist ("./test-nlist", nl) != 0) in main()
/external/libunwind/aux/
Dltmain.sh3329 $show "$rm $nlist ${nlist}S ${nlist}T"
3330 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3352 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3358 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
3362 $run eval 'egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3363 $run eval '$mv "$nlist"T "$nlist"'
3367 $run eval 'egrep -e "$export_symbols_regex" "$nlist" > "$nlist"T'
3368 $run eval '$mv "$nlist"T "$nlist"'
3375 …$run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols…
3378 $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
[all …]
/external/libvncserver/
Dltmain.sh4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4538 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4539 $run eval '$mv "$nlist"T "$nlist"'
4543 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4544 $run eval '$mv "$nlist"T "$nlist"'
4551 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4560 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
Dlibtool4857 $show "$rm $nlist ${nlist}S ${nlist}T"
4858 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4880 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4886 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4890 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4891 $run eval '$mv "$nlist"T "$nlist"'
4895 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4896 $run eval '$mv "$nlist"T "$nlist"'
4903 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4912 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
/external/cmockery/cmockery_0_1_2/
Dlibtool4865 $show "$rm $nlist ${nlist}S ${nlist}T"
4866 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4888 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4894 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4898 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4899 $run eval '$mv "$nlist"T "$nlist"'
4903 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4904 $run eval '$mv "$nlist"T "$nlist"'
4911 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4920 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
Dltmain.sh4513 $show "$rm $nlist ${nlist}S ${nlist}T"
4514 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4536 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4542 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4546 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4547 $run eval '$mv "$nlist"T "$nlist"'
4551 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4552 $run eval '$mv "$nlist"T "$nlist"'
4559 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4568 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
/external/kernel-headers/original/uapi/linux/
Da.out.h163 struct nlist { struct
166 struct nlist *n_next; argument
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.h39 struct nlist *list,
Dbreakpad_nlist_64.cc115 typedef struct nlist nlist32;
155 struct nlist *list, in breakpad_nlist()
/external/libopus/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/pcre/dist/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/protobuf/gtest/build-aux/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/protobuf/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/libpng/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/openfst/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/libedit/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/libexif/
Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]

1234