Searched refs:object_list (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dobjects.c61 __private_extern__ struct object_list *objects = NULL;
82 struct object_list *object_list, **p; local
85 for(p = &objects; *p; p = &(object_list->next)){
86 object_list = *p;
87 if(object_list->used == NOBJECTS)
89 object_file = &(object_list->object_files[object_list->used]);
90 object_list->used++;
97 *p = allocate(sizeof(struct object_list));
121 struct object_list *object_list, **p; local
171 struct object_list *object_list, **p; local
276 struct object_list *object_list, **p; local
317 struct object_list *object_list, **p; local
856 struct object_list *object_list, **p; local
918 struct object_list *object_list, *prev_object_list, *next_object_list; local
988 struct object_list *object_list, **p; local
[all...]
H A Dobjects.h131 /* The number of object_file structrures in object_list */
141 struct object_list { struct
145 struct object_list *next; /* the next chunk (NULL in no more chunks) */
292 __private_extern__ struct object_list *objects;
H A Dsections.c927 struct object_list *object_list, **p; local
972 for(p = &objects; *p; p = &(object_list->next)){
973 object_list = *p;
974 for(i = 0; i < object_list->used; i++){
975 cur_obj = &(object_list->object_files[i]);
1043 for(p = &objects; *p; p = &(object_list->next)){
1044 object_list = *p;
1045 for(i = 0; i < object_list->used; i++){
1046 cur_obj = &(object_list
1211 struct object_list *object_list, **q; local
2049 struct object_list *object_list, **q; local
2189 struct object_list *object_list, **p; local
3282 struct object_list *object_list, **p; local
5472 struct object_list *object_list, **q; local
5550 struct object_list *object_list, **q; local
5852 struct object_list *object_list, **q; local
5925 struct object_list *object_list, **q; local
[all...]
H A Dpass2.c128 struct object_list *object_list, **p; local
234 for(p = &objects; *p; p = &(object_list->next)){
235 object_list = *p;
236 for(i = 0; i < object_list->used; i++){
237 cur_obj = &(object_list->object_files[i]);
292 for(p = &objects; *p; p = &(object_list->next)){
293 object_list = *p;
294 for(i = 0; i < object_list->used; i++){
295 cur_obj = &(object_list
[all...]
H A Dsymbols.c4055 struct object_list *object_list, **q; local
4117 for(q = &objects; *q; q = &(object_list->next)){
4118 object_list = *q;
4119 for(i = 0; i < object_list->used; i++){
4120 object_file = &(object_list->object_files[i]);
4639 struct object_list *object_list, **q; local
4648 for(q = &objects; *q; q = &(object_list->next)){
4649 object_list
4763 struct object_list *object_list, **q; local
4941 struct object_list *object_list, **q; local
4999 struct object_list *object_list, **q; local
7265 struct object_list *object_list, **q; local
7777 struct object_list *object_list, **q; local
8235 struct object_list *object_list, **q; local
8371 struct object_list *object_list, **q; local
[all...]
H A Dlayout.c1997 struct object_list *object_list, **q; local
2022 for(q = &objects; *q; q = &(object_list->next)){
2023 object_list = *q;
2024 for(i = 0; i < object_list->used; i++){
2025 object_file = &(object_list->object_files[i]);
2411 struct object_list *object_list, **p; local
2415 for(p = &objects; *p; p = &(object_list->next)){
2416 object_list
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.h96 struct object_list { struct
99 object_list();
101 void wrap_up_block(object_list *);
174 object_list oblist;
H A Dobject.cpp495 object_list::object_list() : head(0), tail(0) function in class:object_list
499 void object_list::append(object *obj)
513 void object_list::wrap_up_block(object_list *ol)
877 object_list oblist;
880 block_object(const position &, const object_list &ol, PTABLE(place) *t);
888 block_object::block_object(const position &d, const object_list &ol,
H A Dpic.y55 object_list olist;
H A Dpic.cpp46 object_list olist;
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcddb.c292 db_c_object_list_offset = ((char *) &lists.object_list) - ((char *) &lists.entry_list);
373 elp = &entp->object_list;
401 elp = &entp->object_list;
505 elp = xentp->object_list.fwd;
H A Drpcddb.h120 db_list_t object_list; member in struct:__anon8279

Completed in 119 milliseconds