代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/273763/4192918
txt gdk-sections.txt
gdk/gdk.h
General
general
gdk_init
gdk_init_check
gdk_parse_args
gdk_get_display_arg_name
gdk_set_locale
gdk_set_sm_client_id
gdk_exit
gdk_no
www.eeworm.com/read/273763/4192933
txt gtk-sections.txt
gtk/gtk.h
gtkaboutdialog
GtkAboutDialog
GtkAboutDialog
gtk_about_dialog_new
gtk_about_dialog_get_name
gtk_about_dialog_set_name
gtk_about_dia
www.eeworm.com/read/273759/4193453
txt glib-sections.txt
glib.h
Basic Types
types
gboolean
gpointer
gconstpointer
gchar
guchar
gint
guint
gshort
gushort
glong
gulong
gint8
www.eeworm.com/read/273759/4193487
txt gobject-sections.txt
glib-object.h
gtype
Type Information
GType
G_TYPE_FUNDAMENTAL
G_TYPE_FUNDAMENTAL_MAX
G_TYPE_MAKE_FUNDAMENTAL
G_TYPE_IS_ABSTRACT
G_TYPE_IS_DERI
www.eeworm.com/read/269793/4243548
idc pe_sections.idc
#include
/*
// File:
// pe_sections.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// parses the input file and if it is a PE executabl
www.eeworm.com/read/447738/1694632
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections
www.eeworm.com/read/447738/1694634
d dynamic-sections.d
# nm: -C
# ld: -T dynamic-sections.t
# name: dynamic sections
# source: dynamic-sections-1.s
# source: dynamic-sections-2.s
#pass
www.eeworm.com/read/447738/1694639
t dynamic-sections.t
SECTIONS
{
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-0