Lines Matching refs:list
327 list_add_tail(&sec->list, &elf->sections);
360 entry = &rb_entry(pnode, struct symbol, node)->list;
363 list_add(&sym->list, entry);
448 list_for_each_entry(sec, &elf->sections, list) {
449 list_for_each_entry(sym, &sec->symbol_list, list) {
533 list_add_tail(&reloc->list, &sec->reloc->reloc_list);
550 list_for_each_entry(sec, &elf->sections, list) {
556 list_for_each_entry(reloc, &sec->reloc_list, list) {
607 /* end-of-list */
818 list_for_each_entry(sec, &elf->sections, list) {
861 list_add_tail(&reloc->list, &sec->reloc_list);
1052 list_add_tail(&sec->list, &elf->sections);
1152 list_for_each_entry(reloc, &sec->reloc_list, list) {
1181 list_for_each_entry(reloc, &sec->reloc_list, list) {
1197 list_for_each_entry(reloc, &sec->reloc_list, list)
1260 list_for_each_entry(sec, &elf->sections, list) {
1309 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) {
1310 list_for_each_entry_safe(sym, tmpsym, &sec->symbol_list, list) {
1311 list_del(&sym->list);
1315 list_for_each_entry_safe(reloc, tmpreloc, &sec->reloc_list, list) {
1316 list_del(&reloc->list);
1320 list_del(&sec->list);